| February 02, 2008 02:13:16 |
#9 |
| shekarGeek |
Member Since: March 2007 Total Comments: 6 |
RE: JVM is platform independent/dependent?why? 2) which one is faster in execution Array List or Array? why? |
| JVM is PI.Byte code is a highly optimized set of instructions. JVM is an interpreter for byte code. Translating a java program into byte code helps makes it much easier to run a program in a wide variety of environment.JVM is an interpreter for byte codeJRE is an implementation of the Java Virtual Machine, which actually executes Java programs. |
| |