

InterviewSolution
Saved Bookmarks
1. |
Why java is known as portable language |
Answer» A Java is considered as portable\xa0because – Output of a Java\xa0compiler is Non Executable Code i.e Bytecode. Bytecode is executed by\xa0Java\xa0run-time system, which is called the\xa0JavaVirtual Machine (JVM) | |