This document provides an introduction to Java. It discusses the history of Java, noting it was developed by James Gosling at Sun Microsystems in 1991. It states that Java resides on many platforms like mobile devices, desktops, servers, embedded devices, and the cloud. The key principle of Java is "write once, run anywhere." It also discusses Java libraries, versions of Java, features of Java like being object-oriented and portable, and how to install and set up Java. It provides an example of a simple "Hello World" Java program. It also covers Java data types, variables, typecasting, arrays, comments, and the Scanner class.