Environmental Sciences, asked by Anonymous, 1 year ago

Why java is known as both programming and platform language

Answers

Answered by KumariAahana
2
Java is a programming language and it is a platform independent, because every java program runs under the javavirtual machine(jvm) platform. The jvm is a native to the java technology. So java is both a language and also a platform
Answered by CrimsonHeat
14

  • 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