This document introduces Java by presenting its syntax, API, and how to build standalone programs and applets. It explains that Java is object-oriented, platform independent, and more secure than other languages like C++. It demonstrates how to write a simple "Hello World" program and describes Java's primitive data types, expressions, control statements, and classes. Classes group fields and methods to describe objects, and objects are created using the new operator and instantiated from classes.