Home Help Java J Java JVM



Java JVM
Posted on: November 13, 2009 at 12:00 AM
The JVM is a crucial component of the Java Platform introduced by Sun Micro Systems.

Java JVM

     

The JVM is a crucial component of the Java Platform introduced by Sun Micro Systems. It  is a set of computer data structures & programs which use a virtual machine model for the execution of other computer programs and scripts. The model used by a JVM accepts a form of computer intermediate language commonly referred to as Java bytecode.

Though Java Virtual Machines most often used to run Java (programming language) code. The JVM also enables such unique features as Automated Exception Handling 

The use of the same bytecode for diverse platforms allow Java to be called as "compile once, run anywhere", as opposed to "write once, compile anywhere", which describes cross-platform compiled languages. 

To know more about JAVA JVM, just click

http:/www.roseindia.net/java/quick-java.shtml

http:/www.roseindia.net/opensource/open-source-jvm.shtml

Related Tags for Java JVM:


More Tutorials from this section

Ask Questions?    Discuss: Java JVM  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

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.