Java is Architectural _____________
-
Dependent
-
Neutral
-
Independent
-
None of the above
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.