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

How can final class be used?

5 Answers   Accenture, Wipro,


How do you remove spaces in java?

0 Answers  


How many types of classes are there in java?

0 Answers  


How many ways can an argument be passed to a subroutine and explain them?

0 Answers  


What does || || mean in math?

0 Answers  


What does || mean in code?

0 Answers  


What is difference between static method and static variable?

7 Answers  


What is floor in java?

0 Answers  


How to create a base64 decoder in java8?

0 Answers  


How can you generate random numbers in java?

0 Answers  


Explain about Superclass and Subclass?

6 Answers  


Explain the difference between hashmap and hashtable in java?

0 Answers  


Categories