Eight classes were added to the java.util to support internationalization:Calendar
,GregorianCalendar
,ListResourceBundle
,Locale
,PropertyResourceBundle
,ResourceBundle
,SimpleTimeZone
, andTimeZone
. See Writing Global Programs 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
, andEventObject
.