Bruce Axtens
Bruce Axtens answered
Java is platform independent by being an interpreted language and by having a standardized interpreter for each platform that Java runs on. The Java Virtual Machine, JVM, is unique to each hardware platform that it runs on. The JVM provides a standardized environment in which Java bytecodes are interpreted. The JVM takes on the responsibility … Read more