

MCQOPTIONS
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 object |
Answer» B. Mutable Set | |