Ask Question
24 March, 18:30

How does java achieve portable

+4
Answers (1)
  1. 24 March, 18:54
    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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers