Home »
MCQs »
Hazelcast MCQs
You can eliminate all map entries that match your condition, with the help of which of the following method?
24. You can eliminate all map entries that match your condition, with the help of which of the following method?
- Erase_all ()
- Delete_all ()
- Delete ()
- RemoveAll()
Answer: D) RemoveAll()
Explanation:
You can eliminate all map entries that match your condition, with the help of the removeAll() method.