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. |
|