| |
| | JVM and Jasmin Tutorial (Site not responding. Last check: 2007-10-09) |
 | | JVM (Java Virtual Machine) is a piece of software, a "virtual" processor, by which Java programs are run. |
 | | By virtue of being a virtual machine, JVM, can as well be an interface between another programming language and the hardware, which will also make that language portable. |
 | | Notice that string is not a primitive type in JVM, so we have to use the Ljava/lang/String descriptor for strings, which represents the String object of Java. |
| www.ceng.metu.edu.tr /courses/ceng444/link/f3jasmintutorial.html (1139 words) |
|