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

Correct Answer :   To provide synchronization between nodes


Explanation : Hazelcast’s ICondition interface provides synchronization between nodes, allowing threads to wait for a specific condition to be met before proceeding.

Advertisement