Google News
logo
Hazelcast - Quiz(MCQ)
What is the role of Hazelcast's IExecutorService interface?
A)
To provide synchronization between nodes
B)
To allow nodes to communicate with each other
C)
To provide a distributed thread pool
D)
None of the above

Correct Answer :   To provide a distributed thread pool


Explanation : Hazelcast’s IExecutorService interface provides a distributed thread pool, allowing tasks to be executed across multiple nodes in a coordinated manner.

Advertisement