Java, Development and Applets
"The answer is closer than you might think"
This unit describes the Java language, the development process and what is an applet.
After completing this unit, you should be able to:
Describe the syntax of a Java class.
Understand the basic structure of an Applet and how it interacts with a Web browser.
Code a simple Applet Java source file.
Write output to the system console.
Code HTML to invoke an Applet
Compile and execute a Java Applet using the appletviewer.