Archive for what is util package

You are browsing the archives of what is util package.

Java Util Examples List part-III (data structures in java)

41. Listing the Main Attributes in a JAR File Manifest
Jar Manifest file is the main section of a jar file. This file contains the detailed information about the specific individual jar file. It contains the complete information about the jar file, each and every section or particular information is separated by new line.
42. Creating a ZIP File
Zip [...]

Java Util Examples List part-II (data structures in java)

21. Creating a Copy of a Collection
This tells how to create and then copy the collection. The copied collection contains the reference to the object. In-fact, objects are not cloned.

22. Making a Collection Read-Only
This section describes you how to make a collection read-only. In this section, list (component of the collection) has been represented for making it [...]

Close