What is meant by Java interpreter?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are abstract classes and anonymous classes?

642


How does arraylist size increase in java?

529


Is static a singleton?

522


Explain the difference between jdk, jre, and jvm?

591


How does multithreading take place on a computer with a single cpu in java programming?

530






Explain about varargs in java?

583


How do you use equal in java?

543


Is static variable stored in heap?

507


What are the problems faced by java programmers who don't use layout managers?

555


What is the difference between processes and threads?

534


Implement two stacks using a single array.

569


What is purpose of keyword void?

563


What are 3 data types?

545


What is the difference between size and length in java?

511


What is difference between c++ and java ?

669