JVM
Hi everyone!!!
I'm new to java.....
i'm using jdk1.3 .....that is used to compile and run the java program
i dont know what is jvm and why do u need it.....
next , i dont know.....why and how the java is platform independent
can anyone explain me clearly.....
thanx in advance
The JVM is a nice bubble, in which evrything runs the same on all platforms. It is a "virtual machine," standard so the programmer need not worry about how floating point values are represented on macs vs. Linux boxes*, what bytecode will do what where, etc.
*strictfp takes care of this, but without strictfp it floating point values may work differently even in java, or so I'm told.