Vidyalelo
Java Programming · Q132

Java Collections Framework

Programming · Java Programming · question 132

Q132

What does Collections.emptySet() return?

A.
Immutable Set
Answer
B.
Mutable Set
C.
The type of Set depends on the parameter passed to the emptySet() method
D.
Null object

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board