129k views
5 votes
Which of the following is the reason of Java programs platforms independence​

User Hackbod
by
5.1k points

1 Answer

6 votes

Answer:

Java is platform independent. Because the Java compiler converts the source code to bytecode, which is Intermidiate Language. Bytecode can be executed on any platform (OS) using JVM( Java Virtual Machine). ... Platform independent language means once compiled you can execute the program on any platform (OS).

Step-by-step explanation:

User Mikie
by
4.9k points