Understanding Java -1
Java is platform-independent because of byte code and JVM.
Execution of a java program
As you can see from the image above, the source code(.java) is compiled into byte code, the .class file, which is platform-independent. This byte code is converte...
sagie-techblog.com2 min read