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 the difference between a loader and a compiler?
What is the reflection?
What is meant by main method?
Explain access specifiers?
What happens if we don’t define serial version uid?
What is the difference between a choice and a list?
What are the main uses of java?
What is the difference between the paint() and repaint() methods in java programming?
Is sizeof a preprocessor?
why java does not support unsigned keyword?
Are variables stored in ram?
What are the 6 mandatory procedures for iso 9001?
Can an interface have a constructor?
Can you explain the final method modifier?
Can the garbage collection be forced by any means?