Choose language

Forgot your password?

Need a Spoofbox account? Create one for FREE!

No subscription or hidden extras

Login


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 #programming #synchronicity



Quote by Brian Goetz

Read through all quotes from Brian Goetz



About Brian Goetz





Did you know about Brian Goetz?

back to top