Google News
logo
Hazelcast - Quiz(MCQ)
Queue, set, list comes under which type of data structures?
A)
Partitioned Data structures
B)
Non-partitioned Data structures
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   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

Advertisement