Why java is known as both programming and platform language
Answers
Answered by
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
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