Computer Science, asked by animeshpandey2003, 1 year ago

why java is called platform independent programming language​

Answers

Answered by AlexaJones
9

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.

Hope it helps you. plz mark as brainliest

Answered by CrimsonHeat
5
  • 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.

Similar questions