Definition
Java is a programming language that was introduced in 1995. It is used for creating programs and running applications on the internet.
The Java programming language is initially available as source code, i.e. in a text form understandable to humans. A Java compiler first converts this text into Java bytecodes. Machines can then execute this code via software on the target platform.