Brian

22%
Flag icon
Immutable objects are inherently thread-safe; they require no synchronization. They cannot be corrupted by multiple threads accessing them concurrently. This is far and away the easiest approach to achieve thread safety.
Effective Java
Rate this book
Clear rating
Open Preview