Most read:
Popular archives:
JavaWorld's new look is here!
We've upgraded the site with a fresh look-and-feel, improved topical navigation, better search, new features, and expanded
community platform. Learn more about the changes to JavaWorld.
| Oracle Compatibility Developer's Guide |
| The Explosion in DBMS Choice |
INDEXHEAD: Glossary of terms
main() method.
INDEXHEAD: Tips and cautions
These tips and cautions will help you write better programs and save you from agonizing over why the compiler produces error messages.
public static void main(String [] args), you do not need to specify args. You can specify any legal identifier in place of args.
appletviewer. For example, either appletviewer Lifecycle.html or appletviewer lIFEcyCle.html is valid.
.java file extension when using Sun's javac compiler to compile a source file.
.class file extension when using Sun's java application launcher to run an application.
INDEXHEAD: Miscellaneous notes and thoughts
INDEXHEAD: Homework
Compile the source code in "Applications, Applets, and Hybrids and run the resulting class files.
You'll find all source and resource files such as duke.gif and giggle.wav in http://www.javaworld.com/jw-11-2000/java101/jw-1103-java101.zip.