a) unmodifiableCollection() returns a collection that cannot be modified
b) unmodifiableCollection() method is available only for List and Set
c) unmodifiableCollection() is defined in Collection class
d) none of the mentioned
Meghna MittalBegginer
b
Explanation: unmodifiableCollection() is available for al collections, Set, Map, List etc.