Multiple choice technology

Java is Architectural _____________

  1. Dependent

  2. Neutral

  3. Independent

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Java is Architectural Neutral because the compiled bytecode can run on any processor architecture. The JVM abstracts the underlying hardware, allowing the same bytecode to execute on different platforms without recompilation. This is a key feature that enables Java's 'write once, run anywhere' capability.