Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

What is Collections Class?

Category: Java

java.util.Collections is a utility class consists exclusively of static methods that operate on or return collections. It contains polymorphic algorithms that operate on collections, “wrappers”, which return a new collection backed by a specified collection, and a few other
odds and ends.
This class contains methods for collection framework algorithms, such as binary search, sorting, shuffling, reverse etc.

Leave a Reply

Your email address will not be published. Required fields are marked *