KnowledgeBoat Logo

Computer Applications

"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

Java Intro

ICSE Sp 2025

16 Likes

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.

Answered By

4 Likes


Related Questions