Computer Science, asked by srish77, 9 months ago

How Java programming is independent?​

Answers

Answered by harpalsingh000177
1

Answer:

Java is known as write once, run everywhere language. It is platform independent means - It can operated in different operating systems - Windows, Mac or Linux.

Java is a high level language i.e. the code is first converted into the language that can be understood by the machine.

Certainly, it is the Java Virtual Machine (JVM) that help in converting language from one form to another. Through an interpreter and a compiler, the code is encrypted as well as decrypted and functions are performed.

Explanation:

Similar questions