What is meant by Java interpreter?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The Java interpreter is a part of the JVM which translates
Java bytecodes into native machine codes and executes them.
Is This Answer Correct ? | 35 Yes | 0 No |
Answer / chandrarekha
The Java Virtual Machine(JVM) consists of class
loaders,execution engine and the JIT compiler. The
execution engine has the java interpreter which does line
by line conversion of the java class file or the byte code
into machine code...
Is This Answer Correct ? | 15 Yes | 4 No |
Answer / manikandan [ gtec,vellore ].
it converts byte code into machine understandable code and
JVM does this job.
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / boopathi
java interpreter is part of JVM ,which is used to convert from byte code to the machine understandable code,user can easily identify the byte code, but they can't identify the machinary code .so more securablr also.
Is This Answer Correct ? | 2 Yes | 0 No |
How can final class be used?
How do you remove spaces in java?
How many types of classes are there in java?
How many ways can an argument be passed to a subroutine and explain them?
What does || || mean in math?
What does || mean in code?
What is difference between static method and static variable?
What is floor in java?
How to create a base64 decoder in java8?
How can you generate random numbers in java?
Explain about Superclass and Subclass?
Explain the difference between hashmap and hashtable in java?