Ask Question
22 November, 16:09

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. 22 November, 16:22
    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?
Get 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 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