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

What are the advantages of compiled language?

0 Answers  


What is race condition ?? (Threading concept) TCS 2 sept10

3 Answers   SparkTG, TCS,


State one difference between a template class and class template.

0 Answers   HAL,


What is data and its types?

0 Answers  


What does void * mean?

0 Answers  






Which class is used by server applications to obtain a port and listen for client requests?

0 Answers  


Can list be null in java?

0 Answers  


Why multiple inheritance is not supported by java?

0 Answers  


What is t type java?

0 Answers  


Write java program to reverse string without using api?

0 Answers  


What is a singleton class? Give a practical example of its usage.

0 Answers  


How can you handle java exceptions?

0 Answers  


Categories