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 |
Explain about interrupt() method of thread class ?
What do you mean by global variable?
How to add menushortcut to menu item?
strings in java are objects.why?
How java enabled high performance?
What are the types of sockets in java?
What is an example of a conditional statement?
Explain importance of throws keyword in java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What are the 3 types of loops in java?
what release of java technology are currently available what do they contain?
What is the purpose of the enableevents() method in java programming?