Amazon.com: Java 2: The Complete Reference, Third Edition (9780072119763): Patrick Naughton, Herbert Schildt, Herb Schildt: Books

Have one to sell? Sell yours here
Java 2: The Complete Reference, Third Edition
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Java 2: The Complete Reference, Third Edition [Paperback]

Patrick Naughton (Author), Herbert Schildt (Author), Herb Schildt (Author)
4.3 out of 5 stars  See all reviews (72 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Paperback --  
There is a newer edition of this item:
Java The Complete Reference, 8th Edition Java The Complete Reference, 8th Edition 4.2 out of 5 stars (10)
$36.52
In Stock.

Book Description

March 29, 1999 0072119764 978-0072119763 3rd
Gain complete coverage of the Java language and new JDK for all levels of programmers with "Java 1.2: The Complete Reference" that brings all the elements of learning and advancing with the popular programming language in one book.


Editorial Reviews

Review

"A beginner will get a sufficient understanding of Java and some excellent AWT applet source code examples." -- Robert Hurd, Code Collection web site, codecollection.com. March 2000

From the Back Cover

The Most Comprehensive and Definitive Guide to Java!

Let Herb Schildt, the world's leading programming author, show you everything you need to develop, compile, debug, and run Java applications and applets. This definitive guide contains complete details on the Java language, its class libraries, and its development environment along with hundreds of examples and expert techniques. Fully updated to cover the latest features of Java 2, v1.4, including the new I/O API, regular expressions, chained exceptions, the assert keyword, and upgrades to Java's networking classes and the Collections Framework, this comprehensive reference is a must-have for every Java programmer. And, everything is explained in the clear, uncompromising style that has made Herb Schildt the choice of millions worldwide.

  • Master the entire Java language and its core libraries
  • Build portable applets and applications
  • Fully utilize the Abstract Windows Toolkit (AWT)
  • Use layout managers effectively
  • Supercharge your programs using multithreading
  • Leverage the power of the Collections Framework
  • Apply Java's networking and imaging classes
  • Migrate code from C++ to Java
  • Explore servlets, Swing, and JavaBeans
  • Learn about Java's newest features--including the new I/O and regular expression APIs, the assert keyword, and chained exceptions
--This text refers to an out of print or unavailable edition of this title.

Product Details

  • Paperback: 1108 pages
  • Publisher: Osborne Publishing; 3rd edition (March 29, 1999)
  • Language: English
  • ISBN-10: 0072119764
  • ISBN-13: 978-0072119763
  • Product Dimensions: 9 x 7.4 x 2.5 inches
  • Shipping Weight: 4.2 pounds
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (72 customer reviews)
  • Amazon Best Sellers Rank: #255,136 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

72 Reviews
5 star:
 (38)
4 star:
 (23)
3 star:
 (6)
2 star:
 (4)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (72 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

68 of 69 people found the following review helpful:
4.0 out of 5 stars A hopefully useful review of this book, August 21, 2000
By A Customer
This review is from: Java 2: The Complete Reference, Third Edition (Paperback)
I have waited to write this review until I had finished the book cover-to-cover in order to give a fair review. I bought this book because of the author Herbert Schildt. I have read several of his books and found them all to be informative, easy to understand and well written. While I was disappointed in some aspects of this book, overall I liked it. I think, however, everyone should know what this book has to offer prior to buying it. It may not suit the needs of some potential buyers.

This book is broken up into four sections: The Java Language, The Java Library, Software Development Using Java, and Applying Java.

The first section was the best and most detailed section of the book. It goes from page 4 to page 340 and is an excellent tutorial for learning the Java language. It doesn't talk about the AWT, applets, or any graphical programming for that matter, but gives the reader a firm foundation with which to move into those more interesting Java programming areas. This section alone was worth the price of the book. (while I agree with another reviewer that Bruce Eckel's Thinking in Java was a great book, I like this one better because it doesn't keep referring back to C/C++ all the time).

From the start of the second section through the end of the book, this book takes on a different approach. Instead of detailed descriptions as offered in the first section of the book, it begins to be an overview. Many topics are touched upon and many examples are given, but the reader is not given enough information or depth in these chapters to make them very useful.

The bottom line is, this book provides a firm understanding of Java's syntax and object oriented programming. After that it provides brief glimpses of the many kinds of programming you can do with Java.

If you don't know where you want to go with Java, this book is, in my opinion, the best way to sample Java enough to make your decision. If your purpose in wanting this book is to be an applet programmer (or do any graphical programming for that matter), I think you would do better to read the first section of this book (to page 340) and then read the Graphic Java books, volumes I, II and III, which cover the AWT, Swing and 2D API respectively.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 15 people found the following review helpful:
5.0 out of 5 stars A Great Reference for Novice & Experienced Programmers Alike, October 13, 2003
When I needed to learn the Java programming language very quickly for work, I read many reviews and narrowed down my search to handful of few books. I looked at copies of my final possible choices in a local bookstore and finally purchased Herbert Schildt's "Java 2: A Beginner's Guide, Second Edition" and have absolutely no regrets. Along with this book, I realized that I would also need a more comprehensive reference book detailing the multitude of Java classes designed for many purposes. To this end, I chose Herbert Schildt's "Java 2: The Complete Reference, Fifth Edition" not only for its extensive library, but also because of Herbert Schildt's wonderful writing that is easy to read and understand quickly.

Herbert Schildt subdivided "Java 2: The Complete Reference, Fifth Edition" into four parts: tutorial, library, software development and applications. Part I (the first 346 pages) is a Java tutorial, organized similarly to Herbert Schildt's other book that I purchased, "Java 2: A Beginner's Guide, Second Edition". However, the tutorial in this book is more condensed than in the guide, which has over 500 pages. Some readers may find the condensed approach in this book sufficient to learn the language, but if you want more comprehensive tutorial explanations, the guide is good companion.

Part II (the next 539 pages) is an extensive library detailing most of Java's built-in classes dealing with everything from string handling, collections, utility classes, console I/O, file I/O, networking, applets, event handling (mouse movements, button use, and other interactive GUI objects), the AWT (Abstract Window Toolkit), images and other I/O types including Regular Expressions. Part III (the next 128 pages) provides some information about Java Beans, Swing, Servlets and a helpful guide for migrating from C++ to Java. Part IV (the next 123 pages) shows Java in action with four example applications.

Overall, I rate Herbert Schildt's "Java 2: The Complete Reference, Fifth Edition" with 5 out of 5 stars. It has become a constant companion as I learn and work with Java.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 10 people found the following review helpful:
3.0 out of 5 stars oversimplistic for most parts of java, September 8, 1999
By A Customer
This review is from: Java 2: The Complete Reference, Third Edition (Paperback)
Though the writing of Mr. Schildt is very clear, the treatments of many of important java features are oversimplistic. For example,when I had a question on using "this" in a constructor to call another constructor,there is no answer in this book;the multithreading part gives only very impractical examples and you still don't know how to write multithreading programs after reading the whole chapter;the introduction of Swing is only a brief mention,to list a few.

I think "Thinking in Java" is a good book,which tells you what is happening behind the scene. However, it is understandable that no book could be titled "complete reference".

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Browse and search another edition of this book.
First Sentence:
When the chronicle of computer languages is written, the following will be said: B led to C, C evolved into C++, and C++ set the stage for Java. Read the first page
Key Phrases - Capitalized Phrases (CAPs): (learn more)
The Complete Reference, Method Description, John Doe, Description Returns, Colors Bean, Java Beans, Internet Explorer, Class Description, Ralph Smith, Tom Smith, Jane Baker, Todd Hall, Apache Tomcat, Molecule Bean, Program Files, Applet Applet, Interaction Wizard, Operator Result, Abstract Window Toolkit, Sun Microsystems, Demo Thread, George Bernard Shaw, Java-compatible Web, Jefferson City, Menu Demo
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)
This book cites 4 books:


Books on Related Topics (learn more)


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject