What does Collections.emptySet() return?
(a) Immutable Set
(b) Mutable Set
(c) The type of Set depends on the parameter passed to the emptySet() method
(d) Null object
The question was asked in class test.
My question is from Data Structures-Set in portion java.util – The Collections Framework of Java