Java is an object-oriented programming language developed by James Gosling at Sun Microsystems in 1991. It derives much of its syntax from C and C++ but is designed to have as few implementation dependencies as possible so that applications written in Java can run on any device with a Java Virtual Machine (JVM). The JVM converts Java bytecode into machine code that can be executed by the device's processor. This allows Java programs to run on any platform that has a JVM without needing to be recompiled.