This document provides an overview of programming in Java. It outlines the course objectives which are to teach object-oriented programming fundamentals in Java, how to develop Java applications and applets, and create GUI-based apps that run across platforms. It then lists some reference books and introduces basic concepts like Java's history, data types, variables, and control structures. The document also compares Java to C/C++ and outlines the Java compilation and interpretation process.