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 |
what are the differences between final,finally,finalize methods?
what is the difference b/w static and final methods?
What is the benefit of using enum to declare a constant?
What is http client in java?
Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?
What is the difference between arraylist and hashset in java?
Adapter classes?
How are observer and observable used in java programming?
What is variable and its types?
What is a container in a gui?
explain autoboxing in java?
What is an iterator interface in java programming?