Ask Question

12. Because Java byte code is the same on all computers, compiled Java programs a. are nonexistent b. must be re-compiled for each different machine before they can be run c. are highly portable d. cannot run on computers with different operating systems

+5
Answers (1)
  1. 10 May, 02:00
    0
    C) Highly portable

    Explanation:

    This means they can run on any computer or platform that supports Java without the need for recompillation.

    This idea is popularly called WORA that is Write Once Run Anywhere.

    Software Applications written in Java are compiled to bytcode (. class) which are intended to run on the Java Virtual Machine (JVM) irrespective of the architecture of the computer or device.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “12. Because Java byte code is the same on all computers, compiled Java programs a. are nonexistent b. must be re-compiled for each ...” in 📗 Computers & Technology 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