Google News
logo
Hazelcast - Quiz(MCQ)
Map, Multimap, and Cache come 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 :   Partitioned Data structures


Explanation : The following are the partitioned Hazelcast data structures :

* Map
* MultiMap
* Cache (Hazelcast JCache implementation)
* Event Journal

Advertisement