ICSE Class 9 Computer Applications Question 9 of 30

Introduction to Java — Question 9

Back to all questions
9
Question

Question 9

Describe the slogan, "Write once, run anywhere" in relation to Java.

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.