InterviewSolution
Saved Bookmarks
| 1. |
Should We Create System Software ( E.g Operating System ) In Java ? |
|
Answer» No, Java runs on a virtual machine CALLED JVM and HENCE doesn't embed well with the underlying hardware. Though we can CREATE a PLATFORM independent system software but that WOULD be really slow and that's what we would never need. No, Java runs on a virtual machine called JVM and hence doesn't embed well with the underlying hardware. Though we can create a platform independent system software but that would be really slow and that's what we would never need. |
|