Computer Science, asked by IILittleHeartll, 3 months ago

Why is Java a platform independent language?​

Answers

Answered by BrainlyHH
1

Answer :-

• Java language was developed in such a way that it does not depend on any hardware or software due to the fact that the compiler compiles intermediate program and then converts it to platform-independent which can be run on multiple systems.

• This program is sent to Java virtual machine (JVM) which resides in the RAM of any operating system.

• Hence java is called platform independent language.

Similar questions