This document provides an introduction to object-oriented programming using Java. It outlines the course objectives, which are to learn Java basics, inheritance, data structures, exception handling, and GUI programming. It then discusses key aspects of Java like its history and importance, differences from C and C++, characteristics, environment, and execution model. Finally, it demonstrates a simple "Hello World" Java program and its execution.