Java Generics and Collections

Java Generics and Collections
Author: Maurice Naftalin,Philip Wadler
Publsiher: "O'Reilly Media, Inc."
Total Pages: 294
Release: 2007
Genre: Computers
ISBN: 9780596527754

Download Java Generics and Collections Book in PDF, Epub and Kindle

This book, written by one of the designers of generics, is a thorough explanation of how to use generics, and particularly, the effect this facility has on the way developers use collections.

Java Collections

Java Collections
Author: David A. Watt,Deryck F. Brown
Publsiher: John Wiley & Sons
Total Pages: 572
Release: 2001-03-30
Genre: Computers
ISBN: UOM:39015049731295

Download Java Collections Book in PDF, Epub and Kindle

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

Java Collections
Author: John Zukowski
Publsiher: Apress
Total Pages: 416
Release: 2008-01-01
Genre: Computers
ISBN: 9781430208549

Download Java Collections Book in PDF, Epub and Kindle

The Collections Framework is supplied with all versions of the Java 2 platform and provides programmers with incredibly efficient ways to manipulate data. However, given the large number of methods and classes in this library, using them correctly is hardly a cakewalk. Well-known columnist and bestselling author John Zukowski gives the Java professional exactly what he or she needs to know about this vital library in order to maximize productivity. This practical book contains comprehensive coverage of the important Collections Framework from the working programmer's point of view, while staying away from academic abstractions. Java Collections leads you through the standard Java support for maintaining abstract groups of data, from the historical collection classes available since the inception of Java time, through the Collections Framework introduced with the Java 2 platform, and on to third-party alternative libraries for times when the standard support isn't enough. If you're working with data in Java programs, you need to understand the Collections Framework. Let Zukowski's Java Collections be your guide! Table of Contents Java Collections Framework: An Overview Arrays The Vector and Stack Classes The Enumeration Interface The Dictionary, Hashtable, and Properties Classes The BitSet Class Collections Introduction Sets Lists Maps Sorting Special Collections Support Array Algorithm Support Custom Implementations Compatibility Issues Advanced Usages JGL Libraries util.concurrent Colt

Learning Java

Learning Java
Author: Patrick Niemeyer,Jonathan Knudsen
Publsiher: "O'Reilly Media, Inc."
Total Pages: 836
Release: 2002
Genre: Electronic books
ISBN: 0596002858

Download Learning Java Book in PDF, Epub and Kindle

This updated edition introduces the basics of Java and everything necessary to get up to speed on the new 1.4 version quickly. CD contains the Java 2 SDK for Windows, Linux and Solaris.

Data Structures and the Java Collections Framework

Data Structures and the Java Collections Framework
Author: William Joseph Collins
Publsiher: Unknown
Total Pages: 746
Release: 2002
Genre: Data structures (Computer science)
ISBN: UOM:39076002650567

Download Data Structures and the Java Collections Framework Book in PDF, Epub and Kindle

This student-friendly book is designed for a course in data structures where the implementation language is Java. The focus is on teaching students how to apply the concepts presented, therefore many applications and examples are included, as well as programming projects, which get students thinking more deeply. The author shows students how to use the data structures provided in the Java Collections Framework, as well as teaching them how to build the code themselves. Using the Java Collections Framework gives the students the opportunity to work with fully tested code. Also, since this is a standard library of classes, students will be able to continue to use it for other courses and as they move into industry. Another feature of this text is that labs are provided with the book. They can be used as open-labs, closed labs, or homework assignments and are designed to give students hands-on experiences in programming. These optional labs provide excellent practice and additional material.

Java for Artists

Java for Artists
Author: Rick Miller,Raffi Kasparian
Publsiher: Pulp Free Press
Total Pages: 856
Release: 2006
Genre: Java (Computer program language)
ISBN: 9781932504057

Download Java for Artists Book in PDF, Epub and Kindle

Java For Artists: The Art, Philosophy, and Science of Object-Oriented Programming is a Java programming language text/tradebook that targets beginner and intermediate Java programmers.

Hardcore Java

Hardcore Java
Author: Robert Simmons (Jr.)
Publsiher: "O'Reilly Media, Inc."
Total Pages: 194
Release: 2004
Genre: Computers
ISBN: 0596005687

Download Hardcore Java Book in PDF, Epub and Kindle

Focuses on the little-touched but critical parts of the Java programming language that the expert programmers use. Learn about extremely powerful and useful programming techniques such as reflection, advanced data modeling, advanced GUI design, and advanced aspects of JDO, EJB, and XML-based web clients. This unique book reveals the true wizardry behind the complex and often mysterious Java environment. --O'Reilly web site

Learning Java

Learning Java
Author: Patrick Niemeyer,Daniel Leuck
Publsiher: "O'Reilly Media, Inc."
Total Pages: 1615
Release: 2013-06-13
Genre: Computers
ISBN: 9781449372491

Download Learning Java Book in PDF, Epub and Kindle

Java is the preferred language for many of today’s leading-edge technologies—everything from smartphones and game consoles to robots, massive enterprise systems, and supercomputers. If you’re new to Java, the fourth edition of this bestselling guide provides an example-driven introduction to the latest language features and APIs in Java 6 and 7. Advanced Java developers will be able to take a deep dive into areas such as concurrency and JVM enhancements. You’ll learn powerful new ways to manage resources and exceptions in your applications, and quickly get up to speed on Java’s new concurrency utilities, and APIs for web services and XML. You’ll also find an updated tutorial on how to get started with the Eclipse IDE, and a brand-new introduction to database access in Java.