Justify : Java Is Platform Independent ?
Answers
Answered by
5
Answer:
Platform independent language means once compiled you can execute the program on any platform (OS). 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).
Explanation:
mark as brainlist
Answered by
6
- 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