Computer Science, asked by raj6865, 1 year ago

what is platform independence in java(70 points you will get)​please tell

Answers

Answered by sargam573
0

plateform independence means the same program work on any plateform without needing any modofication in the case of java application run in java virtual machine which itself isn't plateform independence

if you like my answer pls follow

Answered by HARSSNI100
0

ANSWER:-

With Java, you can compile source code on Windows and the compiled code (bytecode to be precise) can be executed (interpreted) on any platform running a JVM. So yes you need a JVM but the JVM can run any compiled code, the compiled code is platform independent for that why Java is called Platform independent.

MARK AS BRAINLIEST

Similar questions