Ask Question
1 July, 04:20

How does java achieve portable

+1
Answers (1)
  1. 1 July, 06:50
    0
    Java is called portable because you can compile a java code which will spew out a byte-code, and then you run that code with Java Virtual Machine. Java Virtual Machine is like an interpreter, which reads the compiled byte-code and runs it. So first of all, you need to install the JVM on the system you want.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “How does java achieve portable ...” in 📘 Engineering if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers