|In vendita nella categoria:
Ne hai uno da vendere?

Java Collections: An Introduction to Abstract D... by Brown, Deryck F. Paperback

FREE US DELIVERY | ISBN: 047189978X | Quality Books
World of Books USA
(1186885)
Registrato come venditore professionale
US $12,75
CircaEUR 10,86
Condizione:
Ottime condizioni
5 disponibili
Goditi i vantaggi. Restituzioni accettate.
Spedizione:
Gratis USPS Ground Advantage®.
Oggetto che si trova a: Florida, Stati Uniti
Consegna:
Consegna prevista tra il mer 6 ago e il mar 12 ago a 94104
Le date di consegna stimate - viene aperta una nuova finestra o scheda includono tempi di imballaggio, CAP di origine, CAP di destinazione e periodo di accettazione e dipendono dal servizio di spedizione selezionato e dalla ricezione del pagamentoricezione del pagamento - si apre in una nuova finestra o scheda. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni entro 30 giorni. Le spese di spedizione del reso sono a carico dell'acquirente..
Pagamenti:
    Diners Club

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. Scopri di piùGaranzia cliente eBay - viene aperta una nuova finestra o scheda
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:302518539942
Ultimo aggiornamento: 18 lug 2025 12:47:41 CESTVedi tutte le revisioniVedi tutte le revisioni

Specifiche dell'oggetto

Condizione
Ottime condizioni: Libro che non sembra nuovo ed è già stato letto, ma è in condizioni eccellenti. ...
ISBN
047189978X
EAN
9780471899785
Date of Publication
2001-02-09
Release Title
Java Collections: An Introduction to Abstract Data Types, Data...
Artist
Brown, Deryck F.
Brand
N/A
Colour
N/A
Book Title
Java Collections: An Introduction to Abstract Data Types, Data...

Informazioni su questo prodotto

Product Identifiers

Publisher
Wiley & Sons, Incorporated, John
ISBN-10
047189978X
ISBN-13
9780471899785
eBay Product ID (ePID)
15038264396

Product Key Features

Number of Pages
566 Pages
Language
English
Publication Name
Java Collections : an Introduction to Abstract Data Types, Data Structures and Algorithms
Publication Year
2001
Subject
Programming / General, Programming / Algorithms, Programming Languages / Java, Computer Science
Type
Textbook
Author
Deryck F. Brown, David A. Watt
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
1.2 in
Item Weight
36.1 Oz
Item Length
9.3 in
Item Width
7.6 in

Additional Product Features

Intended Audience
College Audience
LCCN
00-047759
Reviews
"A lovely book.... I will use this book a lot in the next few months on a Java project I'm just starting." (CVu, December 2001)
Dewey Edition
21
Illustrated
Yes
Dewey Decimal
005.13/3
Table Of Content
Introduction 1 Part I: Ready, Set, Go with VMware Infrastructure 3 9 Chapter 1: Exploring VMware Infrastructure 3 as Your Virtual Solution 11 Chapter 2: Getting the Scoop on Capacity Planning 23 Chapter 3: Knowing Your Storage Options 39 Part II: Setting Up ESX Hosts 55 Chapter 4: ESX: The Brawn Behind the Brains 57 Chapter 5: ESX Installation -- Now the Fun Begins 67 Part III: Connecting the Physical to Your Virtual Environment 81 Chapter 6: Embracing the Look and Feel of VMware Infrastructure Client 83 Chapter 7: Virtual Networking 95 Chapter 8: Connecting to Storage 119 Part IV: Fault Tolerance and Data Centers 137 Chapter 9: Getting VMware Virtual Center Running 139 Chapter 10: Making Virtual Machines 161 Chapter 11: Managing Virtual Machines 175 Chapter 12: Keeping Things Running with Virtual Clusters 193 Part V: Playing Virtual Adminstrator 209 Chapter 13: Securing Your System 211 Chapter 14: Swimming in Resource Pools 229 Chapter 15: Monitoring Your System 243 Chapter 16: Preparing for Disaster 259 Chapter 17: Troubleshooting 271 Part VI: The Part of Tens 281 Chapter 18: Ten Places to Discover More 283 Chapter 19: Ten Other VMware Products 295 Chapter 20: Ten Cool Virtual Appliances 307 Index 319
Synopsis
Paying close attention to the Java 2 collection classes, this book is designed to give programmers the ability to choose the best collection classes for each application. The focus of the book is on abstract data types (ADTs) that turn up again and again in software design. It will use these ADTs to introduce the data structures required to implement them and the algorithms associated with the data structures. Suitable for a first course in algorithms and data structures, or a second course in programming using Java, this text offers a unique angle by concentrating on the in-built collection classes in Java 2, enabling more emphasis on software design, and less on theory. Primarily targetted at students of computer science or information technology, but also of interest to professional programmers and software engineers who are retraining to program in Java., Mit diesem Buch lernen Java-Programmierer, Containerklassen auszuwählen, die für spezielle Applikationen optimal geeignet sind. Im Mittelpunkt stehen abstrakte Datentypen (ADT), die im Software-Design sehr häufig auftreten. Eingeführt werden sowohl Datenstrukturen als auch die Algorithmen zu deren Implementation, wobei ein besonderes Augenmerk auf die Java 2-Containerklassen gelegt wird. Die praktische Herangehensweise motiviert dazu, Strukturen und Algorithmen im Kontext zu studieren., A unique, practical approach to working with collection classes in Java 2 Software developers new to Java will find the practical, software-engineering based approach taken by this book extremely refreshing. With an emphasis more on software design and less on theory, Java Collections explores in detail Java 2 collection classes, helping programmers choose the best collection classes for each application they work on. Watt and Brown explore abstract data types (ADTs) that turn up again and again in software design, using them to provide context for the data structures required for their implementation and the algorithms associated with the data structures. Numerous worked examples, several large case studies, and end-of-chapter exercises are also provided., Java Collections is an introductory text on abstract data types, data structures, and algorithms using Java. Written at an appropriate level for a first course in algorithms and data structures, or a second course in programming using Java, this text concentrates on pratical matters like software design and the Jave Collections framework. Only essential supporting theory is included. The text focuses on abstract data types (ADTs) that turn up again and again in software design. It uses these ADTs to introduce and motivate the data structures required to implement them and the algorithms associated with the data structures. This approach helps Java programmers to choose the most suitable collection classes for their applications. Not only undergraduate students but also professional programmers retraining the program in Java will benefit form this even-paced and example-led text. Key features of the text: emphasizes good object-oriented software design and implementation presents algorithms both in English and in Java, and shows how to analyze their efficiency (with only light mathematics) introduces the concept of an abstract data type, shows how to use a "contract" to specify the abstract data types contract and its implementation in terms of a suitbale data structure and algorithms covers a variety of abstract data types (stacks, queues, lists, sets, maps, priority queues, trees, and graphs), compares alternative implementations of these abstract types, and relates them to the Java collection classes features numerous examples and case studies showing how the abstract data types are used in practical applciaitons contains numerous graded exercises, offering opportunities to explore alternatives to the designs and implementations presented in the text includes appendices summarizing the mathematics of algorithm analysis, the relevant features of the Java programming language, and the Java collection classes., This book offers a unique angle by concentrating on the in-built collection classes in Java 2, enabling more emphasis on software design and less on theory. It gives programmers the ability to choose the best collection classes for each application.
LC Classification Number
QA76.73.J38W384 2001

Descrizione dell'oggetto fatta dal venditore

Informazioni sul venditore professionale

Certifico che tutte le mie attività di vendita saranno conformi alle leggi e ai regolamenti dell'Unione europea.
Partita IVA: GB 922696893
Informazioni su questo venditore

World of Books USA

86,5% di Feedback positivi5,2 milioni oggetti venduti

Su eBay da ott 2011
In genere risponde entro 24 ore
Registrato come venditore professionale
In 2002, World of Books Group was founded on an ethos to do good, protect the planet and support charities by enabling more goods to be reused. Since then, we've grown into to a global company ...
Mostra altro

Valutazione dettagliata del venditore

Media degli ultimi 12 mesi
Descrizione
4.5
Spese spedizione
5.0
Tempi di spedizione
4.3
Comunicazione
4.8

Feedback sul venditore (1.557.896)

Tutti i punteggi
Positivo
Neutro
Negativo
  • n***d (49)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Excellent seller. Package was delayed ( by bad weather) and then misplaced at PO( placed in wrong box #) but I contacted the seller and they responded quickly and I got my item today. This seller went the extra mile and I would highly recommend them and will shop here again. I also want to say the price for this complete hard to find item was way below most of the other listings. Condition was good as stated, and although I've only watched the first disc it's quality is good. Thank you!!
  • r***d (273)- Feedback lasciato dall'acquirente.
    Mese scorso
    Acquisto verificato
    Item in great condition 😁 SELLER communicated any time I had a question 😍 Good value 😊 packaged securely 🙂 Shipping said 7-14 days which is correct , would purchase again from rhis seller ... Thank You
  • 6***t (479)- Feedback lasciato dall'acquirente.
    Mese scorso
    Acquisto verificato
    Purchasing form this company can at times be frustrating due to items never arriving, very low shipping time and the inability to track the items. But I gave them another chance and purchased many maps and books over the past few months and have received all of them. Last year, it was hit and miss. All items were in the condition as described. Packaging is minimal. The only downside is extremely slow shipping. I rate them a C+. Nothing to gloat about but eventually you will get what you wanted.