Home »
MCQs »
Hazelcast MCQs
You can add an item to one cluster member and delete it from another by using the ____
26. You can add an item to one cluster member and delete it from another by using the ____.
- RingBuffer
- ReplicatedMap
- Queue
- MultiMap
Answer: C) Queue
Explanation:
You can add an item to one cluster member and delete it from another by using the Hazelcast distributed queue.