Computer Science, asked by hyp3rwolf123pubg, 10 months ago

Explain how java programs are platform and machine independant

Answers

Answered by silvipatel0706
1

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).

please mark me as branilest please

hope it helps you

Answered by caretik
0

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).

Similar questions