4,357 views
14 votes
14 votes
Java is considered to be architecture neutral because it:.

User Yasen Zhelev
by
2.8k points

1 Answer

16 votes
16 votes

Answer:

Runs in a vm

Step-by-step explanation:

Java runs in a virtual machine. It is compiled into bytecode that is interpreted by said virtual machine, and as long as there is a java virtual machine for an architecture, it will be able to run java.

User Koolkat
by
3.0k points