platform. The class and jar files that you get from Windows
platform can run as it is on Unix environment. So it is a truly
platform independent language.
Java compiler can be interpreted by any JVM. So it becomes much
easier to write programs in Java and expect those to run on any
platform.
Java compiler javac compiles java code and JVM java runs that code.
Post a Comment