|Eingestellt in Kategorie:

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

FREE US DELIVERY | ISBN: 047189978X | Quality Books
World of Books USA
(1186655)
Angemeldet als gewerblicher Verkäufer
US $12,75
Ca.EUR 10,85
Artikelzustand:
Sehr gut
5 verfügbar
Ganz entspannt. Rückgaben akzeptiert.
Versand:
Kostenlos USPS Ground Advantage®.
Standort: Florida, USA
Lieferung:
Lieferung zwischen Mo, 4. Aug und Mo, 11. Aug nach 94104 bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:302518539942
Zuletzt aktualisiert am 18. Jul. 2025 12:47:41 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Sehr gut: Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand ...
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...

Über dieses Produkt

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

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
USt-IdNr.: GB 922696893
Info zu diesem Verkäufer

World of Books USA

86,5% positive Bewertungen5,2 Mio. Artikel verkauft

Mitglied seit Okt 2011
Antwortet meist innerhalb 1 Stunde
Angemeldet als gewerblicher Verkäufer
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 ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.5
Angemessene Versandkosten
5.0
Lieferzeit
4.3
Kommunikation
4.8

Verkäuferbewertungen (1.557.635)

Alle Bewertungen
Positiv
Neutral
Negativ
  • n***d (49)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    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)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    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)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    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.