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
What is meant by tab pans?
What is an arraylist in java?
Can private members of a base class are inheritable justify?
What is the advantage of OOP in java?
What is a byte string?
Can a static method be overridden in java?
What is the parse method in java?
What is purpose of keyword void?
Which is faster call by value or call by reference?
What does a za z0 9 mean?
What is null object in java?
How do you calculate square roots?
What is meant by class loader? How many types are there? When will we use them?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is the structure of java?