Java Is a Platform-Independent Language.
Java code is compiled by the compiler and converted into bytecode, which is interpreted by the Java Virtual Machine (JVM) on whichever platform it is being run on. This bytecode is a platform-independent code because it can be run on multiple platforms like Windows, Linux, Sun Solaris, Mac/OS, etc. |