Google News
logo
Hazelcast - Quiz(MCQ)
What is the difference between Hazelcast's IMap and ICache interfaces?
A)
There is no difference between the two interfaces.
B)
IMap is a key-value store, while ICache is a data structure.
C)
ICache provides more advanced caching features than IMap.
D)
IMap provides a distributed cache, while ICache provides a distributed map.

Correct Answer :   IMap is a key-value store, while ICache is a data structure.


Explanation : IMap is a distributed key-value store, while ICache is a distributed data structure that provides caching functionality.

Advertisement