Why JAVA is called as platform independent language ?
In web technology why JAVA is called as platform independent language can someone tell me the answer ?
In web technology why JAVA is called as platform independent language can someone tell me the answer ?
2 Answer
Shyam singh . 3 weeks ago
Java is called a platform independent language because compiled Java code (called bytecode) can run on any operating system or hardware platform that has a Java Virtual Machine (JVM). Some Key Reasons Java is Platform Independent are mention below:
Saheb Ali Shekh . 3 weeks ago
Java is called a platform-independent language because Java programs can run on any device that has the Java Virtual Machine (JVM). The code is written once and can run anywhere without needing to be changed this is called "Write Once, Run Anywhere".