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
How can we make sure main() is the last thread to finish in java program?
What is use of a abstract variable?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
Differentiate jar and war files?
Print Vertical traversal of a Binary Tree.
Can the interface be final?
What is the difference between form & report?
What is the definition of tree ?
List some important characteristics on jre
What is anonymous inner class?
How do you sort an array in java?
What is the synonym of framework?
How do you identify independent and dependent variables?
What is the default value of local and global variables?
Define canvas?