What is Interpreter in Java?5
1288 5b5cc6b6e4d2b4197774d5b7
Q: What is Interpreter in Java?
- Show Answer
- Workspace
- Discuss
Answer :
Explanation :
An Interpreter is a program that reads in as input a source program, along with data for the program, and translates the source program step by step. The Java interpreter decodes each lines bytecode and runs a series of machine instructions for that bytecode. The JVM takes the byte code and generates machine code. The byte code is compiled to machine code, and the machine code is executed.
Similar Questions
Since Nithya and Suganya exchange places, so Rita’s new position is the same as Monika’s earlier position. This position is 17th from the right and 10th from the left. Therefore Number of girls in the row = (16 + 1 + 9) = 26.