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 the sleep() method?
- What is the prevFrame() method?
- What is generalization?
- What is the if-else statement?
- What is polymorphism?