InterviewSolution
Saved Bookmarks
| 1. |
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 objectThe question was asked in class test.My question is from Data Structures-Set in portion java.util – The Collections Framework of Java |
|
Answer» Correct option is (a) Immutable Set |
|