What is the meaning of “write once, run anywhere” in Java?
Java programs are designed to run only in web browsers and, thus, can run wherever there is a browser.
It is a marketing statement because Java programs must be compiled for a specific platform in order to run.
Java programs can run on any Java Virtual Machine without being recompiled.
Java programs, after being compiled, can run on any platform or device even without a Java Virtual Machine.
Submit