Java Overview

Java is a high-level, platform-independent programming language developed by James Gosling and his team at Sun Microsystems in 1991. It was later acquired by Oracle Corporation, which currently maintains it.

Java follows the Write Once, Run Anywhere (WORA) principle, allowing programs to run on any system equipped with a Java Virtual Machine (JVM).


Key Features of Java


Java Development Kit (JDK)

image.png

The Java Development Kit (JDK) is a complete software development package provided by Oracle for building Java applications.

If you want to develop and execute Java programs, you’ll need the JDK. It includes: