Table of Contents |
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.
Table of Contents |