April 2017
Intermediate to advanced
594 pages
25h 15m
English
Immutable objects can't always be used. Analyze each class of your application to decide whether you can implement them as immutable objects or not. If you can't implement a class as an immutable class and its objects are shared by more than one thread, you must use a synchronization mechanism to protect access to the attributes of the class.
Read now
Unlock full access