java interpreter is a _____
Answers
Answered by
1
Answer:
Interpreter in Java is a computer program that converts high-level program statement into Assembly Level Language. It is designed to read the input source program and then translate the source program instruction by instruction.
Similar questions