ICSE Class 10 Computer Applications Question 2 of 30

Solved 2025 Specimen Paper ICSE Class 10 Computer Applications — Question 2

Back to all questions
2
Question

Question 1(ii)

"Java compiled code (byte code) can run on all operating systems"
— Name the feature.

  1. Robust and Secure
  2. Object Oriented
  3. Platform Independent
  4. Multithreaded
Answer

Platform Independent

Reason — The feature of "Platform Independence" allows Java compiled code (bytecode) to run on any operating system. This is achieved through the Java Virtual Machine (JVM), which interprets the bytecode and executes it on the specific platform.