What is meant by Java being platform independent.

This image has an empty alt attribute; its file name is java-virtual-machine.png
As you can see, the java code you write is first compiled. Then it is transformed into the Byte Code which is a .class file. That is the file that is created in the same directory when you compile the program. This

ANSWER: Java is platform independent as it can be used on any system regardless of having different operating systems and file systems. The way it does this by using the Java virtual machine (“JVM”). Look at the flow chart below for how it does it.

Leave a comment

Design a site like this with WordPress.com
Get started