Ask Question
15 January, 04:44

How does java achieve portable

+1
Answers (1)
  1. 15 January, 04:58
    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?
Get an answer to your question ✅ “How does java achieve portable ...” in 📙 Engineering if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers