Why is java a platform independent language?
Answers
Answered by
7
Java is known as platform independent language becauseot uses the concept of generating the byte code of the high level program,and than run that byte code on JVM,and now what is JVM,actualJVM is a virtual computer system that run on your original computer.
Answered by
3
- 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