Package edu.pdx.cs399J.examples

Contains miscellaneous example programs that don't necessarily fit into any of the lectures.

See:
          Description

Class Summary
AroundTheWorld This class shows off some of Java's internationalization (i18n) capabilities using the Locale class.
ClassComparator This class is a Comparator that compares Objects based on the name of their classes.
MailFile This program uses the JavaMail API to send a file to someone as a MIME attachment to an email.
MakeJar This class demonstrates the file compression utilities in the java.util.zip and java.util.jar packages by creating a jar file whose contents are specified on the command line.
Reflect This class demonstrates Java's reflection mechanism by loading a class and then printing out information about its fields and methods.
 

Package edu.pdx.cs399J.examples Description

Contains miscellaneous example programs that don't necessarily fit into any of the lectures.



Copyright © 2000-2009 Portland State University. All Rights Reserved.