Friday, 22 April 2016

What is an effectively immutable object ?


Effectively immutable objects are not technically mutable, but their state will be not be modified after publishing.

Safely published effectively immutable objects can be used safely by any thread without any additional synchronization.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.