Computer Applications
Describe the slogan, "Write once, run anywhere" in relation to Java.
Java Intro
46 Likes
Answer
Bytecode and JVM makes Java programs platform independent. This is one of the most important and powerful features of Java. The Bytecode of a Java program can be run on any platform that has a corresponding JVM installed on it. No modifications to this Bytecode are required. Hence, it is said that Java provides "Write once, run anywhere" capabilities.
Answered By
26 Likes