When we compiled a java source code first of all it converted into
Byte Code which extension is
".class". This byte code executed by
JVM. JVM is Java Virtual Machine , in every operating system like windows, linux, mac there have JVM, based on their system. So, any JAVA source code can be run on any platform with the help of JVM. So, Java is platform independent.
No comments:
Post a Comment