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

In Java, what are public static void main string args?

2 Answers  


what is mutual exclusion? : Java thread

0 Answers  


How to convert string to byte array and vice versa?

0 Answers  


Differentiate between nested and inner class in java.

0 Answers   Akamai Technologies,


Explain about anonymous inner classes in java?

0 Answers  


How to make class immutable

6 Answers  


how to compile jsp?

4 Answers   Logica CMG,


Can a class be private or protected in java?

0 Answers  


What is super constructor?

0 Answers  


I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?

8 Answers   KPIT,


Why are variables important in research?

0 Answers  


Is set thread safe java?

0 Answers  


Categories