123456789101112131415



Question 1: which of the following are false about Collections and Collection ?
1. Collections is a utility class
2. Collection is an interface to Set and List
3. Collections is a special type of collection which holds Set of collections
4. Both Collections and Collection entity belongs to java.util package.