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

Why we use protected in java?

0 Answers  


Explain importance of finally block in java?

0 Answers  


In method overloading ,if i change the return type to Long instead of INT,is the program execute

6 Answers   HCL,


What is final method?

0 Answers  


What is the purpose of sizeof operator?

0 Answers  






What does pointer mean?

0 Answers  


What is meant by Servelet? What are the parameters of service method?

2 Answers  


Can we use synchronized block for primitives?

0 Answers  


What is the difference between access specifiers and access modifiers in java? 16

0 Answers  


What is the access scope of protected access specifier?

0 Answers  


What is math in java?

0 Answers  


What collections you have worked on? Internal working of Hashmap?

1 Answers   Bravura Solutions,


Categories