Google News
logo
Hazelcast - Quiz(MCQ)
What is the difference between Hazelcast's IExecutorService and IMap interfaces?
A)
IExecutorService and IMap are the same interface with different names.
B)
IExecutorService provides a distributed key-value store, while IMap is a distributed thread pool.
C)
IExecutorService provides a distributed thread pool, while IMap is a distributed key-value store.
D)
None of the above.

Correct Answer :   IExecutorService provides a distributed thread pool, while IMap is a distributed key-value store.


Explanation : IExecutorService provides a distributed thread pool, allowing the execution of tasks across a Hazelcast cluster, while IMap provides a distributed key-value store.

Advertisement