Previous | Next | Trail Map | Getting Started | Table of Contents


Getting Started

Choose one of these lessons and follow its steps to create your first Java program.

The "Hello World" Application is where you should start if you're interested in writing a stand-alone application -- a Java program that executes independently of any browser.

The "Hello World" Applet is the place to start if you want to write an applet -- a Java program to be included in HTML pages and executed in a Java-compatible browser.


Previous | Next | Trail Map | Getting Started | Table of Contents