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

Correct Answer :   To provide synchronization between nodes


Explanation : Hazelcast’s IAtomicLong interface provides synchronization between nodes, allowing multiple nodes to access and modify a shared long value in a thread-safe manner.

Advertisement