InterviewSolution
Saved Bookmarks
| 1. |
Why Is Java Architectural Neutral? |
|
Answer» 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. 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. |
|