This is something which can be termed as Platform-Independent. JVM compiles a java code to byte codes which is readable by JVM installed wherever.
Devidas Sonawane
Oct 26th, 2005
If JVM is present then it converts .java code into .class(bytecodes) hence platform independent. But not garbage collection and thread technology is platform independent.
What gives java it's "write once and run anywhere" nature?
Profile Answers by Beena Questions by Beena
Questions by Beena answers by Beena