Page 1 of 1

Which of these is true about unmodifiableCollection() method?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
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