Previous


1.1 Changes: java.util Package

Eight classes were added to the java.util to support internationalization: Calendar, GregorianCalendar, ListResourceBundle, Locale, PropertyResourceBundle, ResourceBundle, SimpleTimeZone, and TimeZone. See Writing Global Programs(in the new JDK 1.1 documentation) for infomation about writing Java programs that are independent of users' language and culture.

Two classes were added to the java.util to support event handling: EventListener, and EventObject.


Previous