Home »
MCQs »
Hazelcast MCQs
Queue, set, list comes under which type of data structures?
12. Queue, set, list comes under which type of data structures?
- Partitioned Data structures
- Non-partitioned Data structures
Answer: B) Non-partitioned Data structures
Explanation:
The following are the Non-partitioned Hazelcast data structures:
- Queue
- Set
- List
- Ringbuffer
- FencedLock
- ISemaphore
- IAtomicLong
- IAtomicReference
- FlakeIdGenerator
- ICountdownLatch
- Cardinality Estimator
- PN Counter