© 2023 Hashnode
#bytecode
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 i…
Java had always been known for its security, flexibility and portability. Java changed the way the world looks at the issue of portability and security. A program, when downloaded might contain any vi…