(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“Accessing shared, mutable data requires using synchronization; one way to avoid this requirement is to not share. If data is only accessed from a single thread, no synchronization is needed. This technique, thread confinement, is one of the simplest ways to achieve thread safety. When an object is confined to a thread, such usage is automatically thread-safe even if the confined object itself is not.”

Brian Goetz, Java Concurrency in Practice
Read more quotes from Brian Goetz


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!


This Quote Is From

Java Concurrency in Practice Java Concurrency in Practice by Brian Goetz
2,894 ratings, average rating, 138 reviews
Open Preview

Browse By Tag