adspace
Answer Posted / Uday Bhan Singh
Java is often referred to as a portable language because it can run on various hardware platforms and operating systems without requiring recompilation. This is achieved by compiling Java code into bytecode, which is then executed by the Java Virtual Machine (JVM) present on different devices.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers