What is meant by Java interpreter?

Answers were Sorted based on User's Feedback



What is meant by Java interpreter?..

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

What is meant by Java interpreter?..

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

What is meant by Java interpreter?..

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

What is meant by Java interpreter?..

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

Post New Answer

More Core Java Interview Questions

Is integer passed by reference in java?

0 Answers  


Why declare Main() inside the class in java ?

0 Answers   HCL,


What is object

6 Answers  


Can we use return in constructor?

0 Answers  


How many types of syncronization?

2 Answers  






How are this and super used?

7 Answers   IBM,


Can you have a constructor in abstract class?

18 Answers   HCL,


who can i handle multiple client in RMI

0 Answers  


Write a method that will remove given character from the string?

0 Answers  


What is the differences between heap and stack memory in java? Explain

0 Answers  


Name the types of 'priority'?

2 Answers  


Is 0 true or false in java?

0 Answers  


Categories