
wht is the work of jvm? deaply.

Hi Friend,
Java Virtual Machine or JVM for short is a software execution engine to run the java programs. Java Virtual Machine is also known as "Java Interpreter" which converts the byte codes (compiled Java programs) into OS Specific commands and also handles the related tasks like memory management, provide security & handles multithreading.
For more information, visit the following links:
http://www.roseindia.net/java/quick-java.shtml
http://www.roseindia.net/java/java-virtual-machine.shtml
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.