Hi
I want to know about the util package in Java. What is java.util package? How its useful?
Thanks
Hi,
The java.util Package is very important package in Java as it contains frequently used data structured classes in Java.
If you see its name utility but its more than that, it has many classes (data structure) in Java which is used in handling and processing of many data formats in Java.
It contains following important classes:
We have huge collection of Java util package examples check all at Java Util Examples.
Thanks
Ads