30 books
—
4 voters
Java
“
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.
”
― Java Concurrency in Practice
― Java Concurrency in Practice
“
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
”
― Effective Java : Programming Language Guide
― Effective Java : Programming Language Guide
Only for Committed Self Learners and Computer Scientists Who are Starving for Information, and W…more
58 members,
last active 8 years ago
Programming
2 members,
last active 5 years ago

8 members,
last active 4 years ago

24 members,
last active 13 years ago