Q: "Java compiled code (byte code) can run on all operating systems" Name the feature.
-
A
Robust and Secure
-
B
Object Oriented
-
C
Platform Independent
-
D
Multithreaded
C
Answer:
C
Explanation:
Statement:
"Java compiled code (byte code) can run on all operating systems"
đ This is possible because Java code is compiled into bytecode, which runs on the Java Virtual Machine (JVM).
Since JVMs are available on all major OS (Windows, Linux, macOS, etc.), the same bytecode can run anywhere.
â
Answer: (c) Platform Independent
Related Topic:
Share Above MCQ