๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Concurrent Programming in Javaโ„ข: Design Principles and Pattern (2nd Edition)

โœ Scribed by Doug Lea


Publisher
Prentice Hall
Year
1999
Tongue
English
Edition
2
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


  • One of Java's most powerful capabilities is its built-in support for concurrent programming, a design technique in which multiple concurrent activities-threads take place inside a single Java program. Thread programming enables developers to design applications that are more responsive to user demands, faster, and more easily controlled. * This book offers comprehensive coverage of this vital aspect of the Java language. The book is completely up-to-date with the new thread model that is now incorporated into the most recent version of the Java Virtual Machine. All Java programmers interested in doing concurrent programming must understand these new concepts. The book approaches the topic from a design pattern point of view. It introduces and summarizes Java's concurrency support, shows readers how to initiate, control, and coordinate concurrent activities, and offers numerous recipe-like techniques for designing and implementing Java structures that solve common concurrent programming challenges. Specifically, the book presents important strategies for avoiding the inconsistencies that can crop up in multi-threaded programs, addresses the concept of "liveness"-how to ensure that all threads in use are kept active simultaneously, examines state-dependent action, and demonstrates effective methods for handling user requests in a multi-threaded environment.

๐Ÿ“œ SIMILAR VOLUMES


Concurrent programming in Java : design
โœ Douglas Lea ๐Ÿ“‚ Library ๐Ÿ“… 1997 ๐Ÿ› Addison Wesley ๐ŸŒ English

This text treats Java as a software engineering language rather than a means of developing simple applets. It aims to enable programmers to find out more about how to use concurrency in the design of classes, applets and applications to create multi-threaded applications. Features of the book includ

Concurrent programming in Java : design
โœ Lea, Douglas ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English

In this second edition, you will find thoroughly updated coverage of the Javao 2 platform and new or expanded coverage of: * Memory model * Cancellation * Portable parallel programming * Utility classes for concurrency control The Java platform provides a broad and powerful set of APIs, tools, and t

Concurrent Programming in Java: Design P
โœ Doug Lea ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐Ÿ› Prentice Hall PTR ๐ŸŒ English

In this second edition, you will find thoroughly updated coverage of the Java(tm) 2 platform and new or expanded coverage of:* Memory model * Cancellation * Portable parallel programming * Utility classes for concurrency controlThe Java platform provides a broad and powerful set of APIs, tools, and

Concurrent Programming in Javaโ„ข: Design
โœ Doug Lea ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐Ÿ› Addison-Wesley ๐ŸŒ English

In this second edition, you will find thoroughly updated coverage of the Javao 2 platform and new or expanded coverage of: * Memory model * Cancellation * Portable parallel programming * Utility classes for concurrency control The Java platform provides a broad and powerful set of APIs, tools, and t

Concurrent Programming in Java: Design P
โœ Lea Doug. ๐Ÿ“‚ Library ๐ŸŒ English

Publisher: Addison Wesley, 1999. - 432 p. Second Edition. ISBN: 0-201-31009-0<div class="bb-sep"></div>In Concurrent Programming in Java, Second Edition, you will find thoroughly updated coverage of the Java 2 platform and new or expanded coverage of:<div class="bb-sep"></div>Memory model<br/> Cance

Concurrent Programming in Java(TM): Desi
โœ Doug Lea ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐Ÿ› Prentice Hall ๐ŸŒ English

I don't know about this book but having him as a teacher is pretty weird. I'm assuming his book style is the same as teaching, and that is pretty good, he helps you and knows everything about java seeing how he made some of java. Very bright.