Jan 18, 2009

How Java is platform independent

How Java is platform independent
Java has build JVM for each type of platform and JAVA compiler converts its code into bytecodes, which is uniquely interpreted by each JVM, so that makes JAVA platform independent.
JVM is java virtual machine....that is used to interpret bytecodes that are generated via java compiler by "javac xyz.java" command......

No comments:

Post a Comment