Cantitate/Preț
Produs

Creating Components: Object Oriented, Concurrent, and Distributed Computing in Java

Autor Charles W. Kann
en Limba Engleză Hardback – 11 sep 2017
Concurrency is a powerful technique for developing efficient and lightning- fast software. For instance, concurrency can be used in common applications such as online order processing to speed processing and ensure transaction reliability. However, mastering concurrency is one of the greatest challenges for both new and veteran programmers. Software developers with all levels of experience can refer to Creating Components: Object Oriented, Concurrent, and Distributed Computing in Java to better understand how concurrency works, more effectively deploy it in program components, and reuse these components to improve program design, quality, and performance.

This text introduces concurrent and component programming to students, engineers, and programmers who are familiar with Java and procedural and GUI programming. It helps them to understand and apply concurrency in Java component programming, while exploring distributed program implementation, Java threads, objects, interfaces, exceptions, component reuse, and system design and management.

By providing the fundamental concepts of object-oriented components and offering templates for distributed program components, this valuable resource reveals how programmers can apply concurrency and components to solve complex problems.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 54098 lei  6-8 săpt.
  CRC Press – 28 iul 2003 54098 lei  6-8 săpt.
Hardback (1) 90215 lei  6-8 săpt.
  CRC Press – 11 sep 2017 90215 lei  6-8 săpt.

Preț: 90215 lei

Preț vechi: 130835 lei
-31% Nou

Puncte Express: 1353

Preț estimativ în valută:
17267 17959$ 14470£

Carte tipărită la comandă

Livrare economică 14-28 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781138468542
ISBN-10: 1138468541
Pagini: 448
Dimensiuni: 178 x 254 x 33 mm
Greutate: 0.99 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications

Public țintă

Professional and Professional Practice & Development

Cuprins

Preface. Introduction to Concurrent Programming and Components. Threads and Program Contexts. Designing and Implementing Concurrent Programs with State Diagrams. Identifiers, Variables, Objects, and Collection Classes. Programming to an Interface. Exceptions in Java. Implementing an Animator Component Using the Java Event Model. Cooperative Synchronization. Combining Concurrent Techniques. Organizing the Problem for Reuse: Reuse of Utility Classes. Object Oriented Design. Program Management in Java. Distributed Programming Using RMI.

Descriere

Concurrency is a powerful technique for developing efficient and lightning - fast software. For instance, concurrency can be used in common applications such as online order processing to speed processing and ensure transaction reliability. This book tells how concurrency works and how to deploy it in program components.