44 used & new from $0.01

Have one to sell? Sell yours here
 
 
The Java Tutorial: Object-Oriented Programming for the Internet (2nd Edition)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

The Java Tutorial: Object-Oriented Programming for the Internet (2nd Edition) (Paperback)

~ (Author), Kathy Walrath (Author)
3.8 out of 5 stars  See all reviews (41 customer reviews)


Available from these sellers.


11 new from $7.00 33 used from $0.01

Formats

Amazon Price New from Used from
  Paperback, August 22, 1996 -- $2.99 $0.01
  Paperback, March 6, 1998 -- $7.00 $0.01
There is a newer edition of this item:
The Java Tutorial: A Short Course on the Basics, 4th Edition The Java Tutorial: A Short Course on the Basics, 4th Edition 4.5 out of 5 stars (6)
$34.64
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Customers Who Bought This Item Also Bought

Thinking in Java (4th Edition)

Thinking in Java (4th Edition)

by Bruce Eckel
4.2 out of 5 stars (302)  $44.09
The Java(TM) Tutorial Continued: The Rest of the JDK(TM)

The Java(TM) Tutorial Continued: The Rest of the JDK(TM)

by Mary Campione
4.3 out of 5 stars (6)  $42.89
Beginning Programming with Java For Dummies (For Dummies (Computer/Tech))

Beginning Programming with Java For Dummies (For Dummies (Computer/Tech))

by Barry A. Burd
4.5 out of 5 stars (35)  $16.49
Explore similar items

Editorial Reviews

Amazon.com Review

Some of the best sources for learning Java are online. The Java Tutorial, Second Edition is an updated compilation of online resources from the JavaSoft Web site, edited for clarity. This guide gives you the advantage of having all you need to learn Java in one book (and includes a CD-ROM).

The authors organize the book's sections around lessons and "trails" (which correspond to online tutorials). Beginners will find the sections on running simple Java applications and applets and on the nuts and bolts of the Java programming language especially useful. However, there is plenty of expertise here for the Java expert. (Because this is all "official" JavaSoft material, it gives excellent perspective on the ideal use of Java--100 percent pure programming that runs on all hardware platforms.) For example, the sections on using the JavaStream classes present some hard-to-find material on memory streams and pipes.

Additional topics discuss how to get around the basics of creating user interfaces with AWT classes (though this is less useful because most programmers will use a Java compiler that handles the details of inner classes and adapters for them). Chapters on graphics programming benefit both beginners and experts and include a great explanation of image filters and animation techniques.

Some of the niftiest stuff in The Java Tutorial is presented in the sections on network programming in Java, with a clear explanation of reading and writing to URLs and working with sockets. (These capabilities are all built in to Java, and this tutorial shows you how to execute them.) The book finishes up with a discussion of new features in JDK 1.2--still under development--and with the printed source code for all the examples in the book. This book makes a good argument that print still has its advantages. You'd spend hours digging up the relevant tutorials online. --Richard V. Dragan



Product Description

Follow your own path to expertise with this self-guided tour of the Java programming language. Written by two members of the JavaSoft team at Sun Microsystems, the book employs a hands-on interactive approach to teaching Java basics, object-oriented concepts, applet programming, and everything else you need to know to become a proficient Java programmer.

Through a task-oriented, example-driven approach, The Java Tutorial introduces you to fundamental concepts and applications. Designed so that you can customize your own path through the specific information you need, the book explains the nuts and bolts of the language, applet construction, and the fundamental Java classes. You will also learn about more advanced topics such as creating a graphical user interface (GUI), using multiple threads, and working with Java's networking capabilities.

This Second Edition has been extensively updated to cover API changes in Java 1.1 regarding UI, networking, and I/O, and to include the latest Java language developments. New and updated material includes:

* broadcasting to other applications via a multicast socket * new I/O features, including character streams and object serialization * the latest developments in applet tags * using the 1.1 AWT event system * new language features, such as nested classes * tips for writing 100% Pure Java programs * updating 1.0 programs to use the 1.1 API

In addition, the Second Edition has been revised and reorganized to offer a stronger and more cohesive presentation, making this best-selling and award-winning book even better. The Tutorial now starts with a new lesson that introduces you to the Java phenomenon and provides a foundation for understanding the rest of the book.

The accompanying CD-ROM contains the Tutorial and all its code samples, versions of the Java Development Kit (JDK) and the JDK documentation for each major platform, a 1.1-compatible version of the Swing/JFC package of GUI components, and the HotJava Browser. The CD version of the Tutorial is a browser-friendly version that includes information not found in this book, such as draft lessons on internationalizing Java programs, calling non-Java libraries from Java programs, using the security API, developing JavaBeans components, and using the GUI components in the Swing/JFC package.


Product Details

  • Paperback: 964 pages
  • Publisher: Addison Wesley Publishing Company; 2nd edition (March 6, 1998)
  • Language: English
  • ISBN-10: 0201310074
  • ISBN-13: 978-0201310078
  • Product Dimensions: 9.2 x 7.4 x 1.9 inches
  • Shipping Weight: 3.6 pounds
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (41 customer reviews)
  • Amazon.com Sales Rank: #1,446,510 in Books (See Bestsellers in Books)

More About the Author

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

Visit Amazon's Mary Campione Page

Look Inside This Book


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(195)
(21)

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 Reviews

41 Reviews
5 star:
 (25)
4 star:
 (1)
3 star:
 (3)
2 star:
 (6)
1 star:
 (6)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (41 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
38 of 41 people found the following review helpful:
4.0 out of 5 stars A great book for people with experience in OOP, otherwise..., May 7, 1999
By A Customer
It always amazes me how one person can give a book a "five" and another a "one". The bottom line is that a certain amount of knowledge is necessary to get the full benefit from this book. Specifically, if you have very good knowledge of Object-oriented programming (preferrably C++ knowledge) then this book is for you! Otherwise, you're out of luck. Often, the authors will introduce code and will not explain it 'till many pages later. As someone with knowledge of C++, I found myself often saying, "Yeah, that looks familiar" or "Okay, I know I don't understand it, but I'm sure it'll be explained later." I could usually guess what the unfamiliar terminology was until it was explained. Again, the explanations are very good for C++ers; otherwise you'll be left scratching your head VERY quickly. Don't think that because you know FORTRAN you'll learn Java from this book. The authors go into bit manipulation and referencing objects with the "this" terminology pretty early into the book. They often introduce new code with no real explanation. They never give any examples that let you understand why OOP is so good. However, I found myself understanding just fine. Why? Because I already know C++! Bottom line: If you have good skills in C++ or some other OOP language and need to know Java quickly, this book is for you. If you think that because you know COBOL you're going to pick this book up and be able to learn OOP, FORGETTABOUTIT!!!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
8 of 8 people found the following review helpful:
5.0 out of 5 stars This edition covers JDK 1.0 only, June 16, 2000
By Chuck Costarella (Los Angeles) - See all my reviews
This first edtion of the Java Tutorial in print covers the JDK 1.0, meaning the older event model and AWT components. I saw some editorial reviews up above that seem to gloss over this fact. Be aware that this excellent book is now outdated, and you ought to get the 2nd edition if you are new to Java programming. I just recently (June 2000) saw a print ad for a 3rd edition as well.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 6 people found the following review helpful:
5.0 out of 5 stars Just one more thought., January 31, 2000
By John Peters (Kasson, Minnesota USA) - See all my reviews
Just read the reviews and found it surprizing that this book is either 5 stars or 1 star. To that I would say this: If you need a reference to Java then buy a reference such as "The Java Class Libraries" otherwise remember that this is a tutorial for Java (an object oriented language). Perhaps that's why there are so many references to other parts in the book. Inheritance references other things all the time. Keep working at this book, and it will open up to you.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

3.0 out of 5 stars Fair and not a tutorial
This book is not a tutorial; it is not even really introductory.
It does have some good explanations though. Read more
Published on April 6, 2005 by B. Rosier

3.0 out of 5 stars More useful after you already know something about Java
This book is officially blessed by Sun Microsystems, but don't let that fool you - it isn't the best place to start with Java. Read more
Published on August 15, 2001 by SOH

5.0 out of 5 stars DON'T BUY THIS!!!!
Not that its bad. It like most Sun books is very good, but the Third edition is out. Buy that to get the latest on learning JAVA(tm).
Published on June 9, 2001 by James Carroll

2.0 out of 5 stars NOT for BEGINNERS
This was my textbook for a introductory college class for Java, and I never refer to it that much. Not too many examples to take a look at. Read more
Published on May 26, 2001

5.0 out of 5 stars Excellent Book on Java
This is perhaps one of the most well written technical books I have come across in a long time. It helps to have OOP background, to understand the way java works. Read more
Published on January 27, 2001 by Beaumont Muni

3.0 out of 5 stars Good for review or introduction
The authors' tendency to skip to other sections of the book (web link style) is extremely annoying, but other than than that I found the explanations in each section helpful. Read more
Published on June 13, 2000 by Stephen Beausang

1.0 out of 5 stars Not a tutorial
The title is missleading. This is not a tutorial. I am sure a novice will hate Java reading this book. Read more
Published on March 30, 2000 by Nektarios

5.0 out of 5 stars Very few good Editors such as Campione & Walrath
As a student in college, I had a very good English professor. He taught us the ins-and-outs of technical report writing. Read more
Published on January 31, 2000 by John Peters

2.0 out of 5 stars Good Java overview for experienced programmers
This is a good intro tutorial for experienced programmers familiar with Object-oriented programming(OOP), but people not familiar with an OOP language like C++ will find the... Read more
Published on January 3, 2000 by ranger_fox

2.0 out of 5 stars Not a good Java book
I used this book to try to figure out gridbags. Oh my were they complicated! I spent a day trying to figure it out, but the text and examples simply further confused me. Read more
Published on November 20, 1999

Only search this product's reviews



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
   


Listmania!



Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.