Java Threads and the Concurrency Utilities
Threads and the Concurrency Utilities helps all Java developers master the complexity of Java's Thread APIs and Java's Concurrency Utilities. This knowledge aids the Java developer in writing correct and performant multithreaded applications. Everything you want to know about Java's s...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2015.
|
Edición: | 1st ed. 2015. |
Colección: | Expert's voice in Java.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629671906719 |
Tabla de Contenidos:
- 1. Threads and Runnables
- 2. Thread Synchronization and Volatility
- 3. Waiting and Notification
- 4. Additional Thread Capabilities
- 5. Concurrency Utilities and Executors
- 6. Synchronizers
- 7. The Locking Framework
- 8. Additional Concurrency Utilities
- A. Answers to Exercises
- B. Threads and the Standard Class Library.