Deepak's Profile
Default
3
Points

Questions
0

Answers
1

  • Default Asked on 19th November 2018 in Java.

    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).

     

    • 3692 views
    • 2 answers
    • 0 votes