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 do you understand by java?
Can a java program have 2 main methods?
What is a pointer and does java support pointers?
What are the ways to instantiate the class class?
Explain the key functions of data binding?
Explain working of call by reference function invoking.
Mention a package that is used for linked list class in java.
What is the difference between a vector & an array list?
What is callable java?
Explain method overloading?
How to sort list of list in java?
What are classloaders?
What are the basics of core java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
How to make object serializable in java?