0 votes
in JAVA by

Why is Java Architectural Neutral?

1 Answer

0 votes
by

It’s compiler generates an architecture-neutral object file format, which makes the compiled code to be executable on many processors, with the presence of Java runtime system.

...