|
|
Optimize with a SATA RAID Storage Solution
Range of capacities as low as $1250 per TB. Ideal if you currently rely on servers/disks/JBODs
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.
Read more about Core Java in JavaWorld's Core Java section.