What is the purpose of the java.util package?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the purpose of the java.util package?
Rating:
The java.util package is the most widely used package. It contains classes and interfaces that provide wide range of functionalities such as manipulating date and time, observing events, manipulating set of bits, etc. Some of the classes of this package are listed below:
- Date
- TimeZone
- Dictionary
- Random
- ArrayList
Rating:
Was this information helpful?
Other articles
- What is a local variable?
- What is the setRecord() method?
- What is the ordinal() enumeration method?
- What is an exception?
- What is a record store?