62.5k views
15 votes
Java is considered to be architecture neutral because it:.

User Najeeb
by
6.7k points

1 Answer

7 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 Kamaradclimber
by
6.3k points