Computer Science, asked by us7580, 9 months ago

Justify : Java Is Platform Independent ?

Answers

Answered by tanishtamakuwla
5

Answer:

Platform independent language means once compiled you can execute the program on any platform (OS). 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).

Explanation:

mark as brainlist

Answered by CrimsonHeat
6

  • 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