Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.
Just Java- 2 Sixth Edition and over 300,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
46 used & new from $21.95

Have one to sell? Sell yours here
 
   
Just Java(TM) 2 (6th Edition) (Sun Microsystems Press)
 
 
Start reading Just Java- 2 Sixth Edition on your Kindle in under a minute.

Don’t have a Kindle? Get yours here.
 
  

Just Java(TM) 2 (6th Edition) (Sun Microsystems Press) (Paperback)

by Peter van der Linden (Author)
4.2 out of 5 stars See all reviews (66 customer reviews)

List Price: $64.99
Price: $40.94 & this item ships for FREE with Super Saver Shipping. Details
You Save: $24.05 (37%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 4 left in stock--order soon (more on the way).

Want it delivered Tuesday, July 14? Choose One-Day Shipping at checkout. Details
23 new from $33.93 23 used from $21.95
Also Available in: List Price: Our Price: Other Offers:
Kindle Edition (Kindle Book) $36.85
Paperback (5) 38 used & new from $0.83
Unknown Binding Order it used!

Frequently Bought Together

Just Java(TM) 2 (6th Edition) (Sun Microsystems Press) + Thinking in Java (4th Edition) + Head First Java, 2nd Edition
Price For All Three: $114.47

Show availability and shipping details

  • This item: Just Java(TM) 2 (6th Edition) (Sun Microsystems Press) by Peter van der Linden

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Thinking in Java (4th Edition) by Bruce Eckel

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Head First Java, 2nd Edition by Kathy Sierra

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

Effective Java (2nd Edition) (Java Series)

Effective Java (2nd Edition) (Java Series)

by Joshua Bloch
4.9 out of 5 stars (35)  $44.43
Head First Java, 2nd Edition

Head First Java, 2nd Edition

by Kathy Sierra
4.4 out of 5 stars (240)  $29.67
The Java Tutorial: A Short Course on the Basics, 4th Edition (Java Series)

The Java Tutorial: A Short Course on the Basics, 4th Edition (Java Series)

by Sharon Zakhour
4.6 out of 5 stars (7)  $34.64
Core Java(TM), Volume I--Fundamentals (8th Edition) (Sun Core Series)

Core Java(TM), Volume I--Fundamentals (8th Edition) (Sun Core Series)

by Cay S. Horstmann
4.4 out of 5 stars (17)  $37.79
Core Java, Vol. 2: Advanced Features, 8th Edition

Core Java, Vol. 2: Advanced Features, 8th Edition

by Cay S. Horstmann
3.7 out of 5 stars (7)  $37.11
Explore similar items

Editorial Reviews

Amazon.com Review
Peter van der Linden's newly revised Just Java 2, Fifth Edition adds a good deal of updated material and a lot more personality to an already capable tutorial aimed at the beginning Java developer, preferably with some previous programming experience.

While earlier editions of this title certainly delivered the goods, the new edition beefs up the author's personal touch. At the end of each chapter, van der Linden--a true Silicon Valley insider--shares numerous war stories drawn from computing, with topics ranging from scam computer companies and products to achievements in computer history (like the invention of the mouse and the source for HAL in Stanley Kubrick's 2001). Several sections rail against the attempt to suppress algorithms that subvert DVD protection schemes (including an "illegal" long prime number and even a T-shirt that contains the "illegal" C code).

The other standout feature of this volume is the excellent use of graphics and highlighted text to enhance its presentation. While most computer programming books today don't even provide syntax highlighting for code, this one goes much further, with appealing graphics and effective use of bold text to bring out essential points, as well as to make it easier to use as a reference for getting to essential APIs quickly.

Besides excellent production values (and something of the free-spirited "edge" of programmer culture), this book covers all the bases for client-side Java in considerable depth. A product of the author's extensive teaching and computing experience, van der Linden makes "big picture" topics clear, including object-oriented programming. His patient and clear tour of the details of Java syntax and basic language features is simply one of the best.

Coverage of leading-edge topics (including emerging APIs in the new J2SE 1.4 standard) including new I/O (or "NIO"), regular expressions, and XML in Java all bring this text up to date. While some revised editions don't change much, this title breaks the mold with an excellent mix of new material and a truly stellar delivery.

Whether for classroom or at-home study, the new Just Java 2 provides a nearly unbeatable blend of expertise and presentation style. This lively and technically authoritative guide to essential Java development can now lay claim to being one of the best available tutorials on the subject available today, bar none. --Richard Dragan

Topics covered: Introduction and advantages of the Java platform (versions of Java and "future-proofing" software); tutorial to object-oriented programming (including constructors, per-instance, and per-class members); types of Java executables; Java language tutorial; keywords and data types, names, arrays, operators, inheritance and polymorphism, iteration and flow control, exceptions, assertions; Java interfaces explained; packages and visibility rules; the Java Character class in depth; threads and synchronization; mutual exclusion; garbage collection; quick introduction to design patterns; Java file I/O (including files, reading and writing text, and binary values); advanced I/O (including random file access); J2SE 1.4 new I/O (NIO) package (including memory-mapped files); big- and little-endian byte order explained; Java support for regular expressions; Java collections; utility classes (including math and calendar classes); introduction to servlets and JavaServer Pages (JSPs); Java networking (including sockets, e-mail, and a custom multithreaded HTTP server); Remote Method Invocation (RMI); Swing GUI event handling; applet basics; Swing component tutorial; layouts; JavaBeans for custom UI objects; Java security; tutorial for SQL and databases; JDBC basics; introduction to XML (including DOM and SAX support); and an appendix on AWT control programming. --This text refers to an out of print or unavailable edition of this title.

Product Description
The #1 introduction to J2SE 1.5 and enterprise/server-side development! An international bestseller for eight years, Just Java 2 is the complete, accessible Java tutorial for working programmers at all levels. Fully updated and revised, this sixth edition is more than an engaging overview of Java 2 Standard Edition (J2SE 1.5) and its libraries: it's also a practical introduction to today's best enterprise and server-side programming techniques. Just Java 2, Sixth Edition, reflects both J2SE 1.5 and the latest Tomcat and servlet specifications. Extensive new coverage includes: *New chapters on generics and enumerated types *New coverage of Web services, with practical examples using Google and Amazon Web services *Simplified interactive I/O with printf() *Autoboxing and unboxing of primitive types *Static imports, foreach loop construct, and other new language features Peter van der Linden delivers expert advice, clear explanations, and crisp sample programs throughout--including dozens new to this edition.Along the way, he introduces: *The core language: syntax, objects, interfaces, nested classes, compiler secrets, and much more *Key libraries: date and calendar, pattern matching, network software, mapped I/O, utilities and generic collections *Server-side technology: network server systems, a complete tiny HTML Web server, and XML in Java *Enterprise J2EE: Sql and JDBC tutorial, servlets and JSP and much more *Client-side Java: fundamentals of JFC/Swing GUI development, new class data sharing detailsCompanion Web Site All the book's examples and sample programs are available at http://afu. com.

See all Editorial Reviews


Product Details

  • Paperback: 848 pages
  • Publisher: Prentice Hall PTR; 6 edition (July 1, 2004)
  • Language: English
  • ISBN-10: 0131482114
  • ISBN-13: 978-0131482111
  • Product Dimensions: 9.2 x 7 x 1.3 inches
  • Shipping Weight: 2.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars See all reviews (66 customer reviews)
  • Amazon.com Sales Rank: #204,406 in Books (See Bestsellers in Books)

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?

Just Java(TM) 2 (6th Edition) (Sun Microsystems Press)
83% buy the item featured on this page:
Just Java(TM) 2 (6th Edition) (Sun Microsystems Press) 4.2 out of 5 stars (66)
$40.94
Head First Java, 2nd Edition
9% buy
Head First Java, 2nd Edition 4.4 out of 5 stars (240)
$29.67
Core Java(TM), Volume I--Fundamentals (8th Edition) (Sun Core Series)
4% buy
Core Java(TM), Volume I--Fundamentals (8th Edition) (Sun Core Series) 4.4 out of 5 stars (17)
$37.79
Core Java, Vol. 2: Advanced Features, 8th Edition
2% buy
Core Java, Vol. 2: Advanced Features, 8th Edition 3.7 out of 5 stars (7)
$37.11

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(2)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

 

Customer Reviews

66 Reviews
5 star:
 (45)
4 star:
 (5)
3 star:
 (7)
2 star:
 (3)
1 star:
 (6)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (66 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
27 of 27 people found the following review helpful:
5.0 out of 5 stars Great For Intermediate Level But Not For Beginners, February 10, 2003
By A Customer
OK, for starters I am not a professional programmer. I do know the rudiments of a few programming languages (VB, C++, Java, Tcl, Linux Shell Script, JavaScript, etc.) and enjoy writing automated test scripts at work. I also like the process of learning new languages and writing short programs with them in my spare time.

"Just Java 2" is a great read and one of my favorite programming books (and I have stacks of them, some good, some bad, many so-so).

However, if you are completely new to programming "Just Java 2" is (probably) not the book for you. Instead, get a beginner level book (or two) on learning Java and programming basics and work your way through them.

Then, when you know the basics, sit down with "Just Java 2" in a bookstore and re-read Peter Van Der Linden's explanations of a few of the subjects that your beginner-level Java programming books tried to teach you ...especially subjects that you "kind of know" but wish you understood better. Chances are that this book's short yet lucid explanations will periodically set off little light bulbs of sudden understanding over your head and bring new clarity to your grasp of the Java language. It did for me.

I think this is a great intermediate level Java text and a clearly understandable introduction to more advanced subjects like the JDBC, Servlets and Java Beans.

As for other Java books, we all have our own learning styles and likes/dislikes but here's some of what I've found in my quest to teach myself Java.

1) I have personally found many of the O'Reilly books (on a range of subjects, not only Java) to be unsatisfyingly terse.

2) Ivor Horton's "Beginning Java 2" provides a lot of detail but in a long-winded, scattershot, myopic, stream-of-consciousness style that make it difficult to separate key kernels of knowledge from what amounts to background noise. In other words, the cloudy writing, apparent lack of coherent editing and poor formatting (e.g many unlabelled tables) tended to confuse me as much as educate me and turned attempts to later go back and locate and quickly reread key topics into long "Where's Waldo"-like wadings through "deep text".

3) Dietel & Dietel's "Java: How To Program" at the outset offers the Java novice clear and explicit line by line explanations of sample Java programs. However, about half way through the book that style really bogs way down in wordy detail and becomes tiresome as topics become more advanced. Still, it's not a bad book for an absolute beginner.

Anyway, that's my two cents.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
17 of 17 people found the following review helpful:
5.0 out of 5 stars Excellent guide to learning Java..., November 7, 2004
By Thomas Duff "Duffbert" (Portland, OR United States) - See all my reviews
(TOP 50 REVIEWER)    (REAL NAME)      
When I was first learning Java, one of the most useful books I used was Just Java 2. The 6th edition of Just Java 2 by Peter van der Linden (Prentice-Hall) continues to be a quality resource.

Chapter List: What Can Java Do For Me?; Introducing Objects; Primitive Types, Wrappers, and Boxing; Statements and Comments; OOP Part 2 - Constructors and Visibility; Static, Final, and Enumerated Types; Names, Operators, and Accuracy; More OOP - Extending Classes; Arrays; Exceptions; Interfaces; Nested Classes; Doing Several Things at Once: Threads; Advanced Thread Topics; Explanation <Generics>; Collections; Simple Input Output; Advanced Input Output; Regular Expressions; GUI Basics and Event Handling; JFC and the Swing Package; Containers, Layouts, and SWT Loose Ends; Relational Databases and SQL; JDBC; Networking in Java; Servlets and JSP; XML and Java; Web Services at Google and Amazon; Downloading Java; Powers of Two Table; Codesets; Index

This 6th edition covers all the recent additions in Java from J2SE 5.0, so you can get this book knowing you'll have the most up-to-date information. The thing I appreciate most about this book is the tone and readability of what is one of the most complete tutorial style books on Java on the market. The tone is conversational, so you're not struggling through dry text. With dashes of humor and sidebars that cover interesting history and stories of IT significance, the book comes close to being one of the few learning guides that could almost be read cover to cover as an interesting read regardless of whether you work the examples or not. The servlet and JSP chapter at the end, along with the XML chapter, is more high-level than the rest of the book. You could buy entire volumes that deal specifically with those concepts. So if that's the main reason you're buying the book, you could do better. Of course, if you bought the book for the last two chapters only, I'd question why you did so in the first place... :-)

This is an excellent book that spans the gap between hard-core tutorial and pure entertainment. I can't imagine too many people who wouldn't enjoy and benefit from this text if they want to learn Java.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
16 of 16 people found the following review helpful:
5.0 out of 5 stars Solid introductory walkthrough, January 5, 2005
This is a tour guide through the main Java APIs. It starts with a language walkthrough then goes on through the basics of objects and onto the APIs. Sections like XML, JDBC and others are covered at a fairly high level. The basics are covered by using example problem solutions. There isn't much for reference, but you wouldn't expect it from this book.

The coverage of the new features in the language, especially generics, is well integrated. I suppose the time of the dedicated Java 1.5 features book is over and now the new versions of the Java introductory books will include all of these new features.

A solid all-in-one walkthrough of the Java language and the basic APIs. Though myself I would buy two books. One on the Java language only, and another on the foundation classes.
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

1.0 out of 5 stars Not a good book to learn Java
I do not recommend this book at all. This is not a good book to learn Java from. The concept of the book is good, to cover a wide swath of material, with small solid examples,... Read more
Published 26 days ago by Real Programmer

5.0 out of 5 stars great examples make this a great book for experienced coders
IF you have already learned another programming language like C, C++, C#, Visual Basic, etc., this book is a perfect intro to Java. Read more
Published 9 months ago by R. Sullivan

5.0 out of 5 stars best Java introduction book
After reading the first several chapters of the book, I know I must make a comment. This book is the BEST introduction to Java. Read more
Published on February 12, 2007 by T. Liu

1.0 out of 5 stars Is it really "Just Java"
I bought this book in anticipation of getting some java knowledge than getting into all other technologies and confuse myself. Read more
Published on July 31, 2006 by Tejo Panini Nemalikanti

5.0 out of 5 stars Just Java - it just rocks!
This is the first time I wrote a book review. Let me tell you, if you want to spend money on one Java book then this is the one. You won't regret it. Read more
Published on July 18, 2006 by Eric TDH

5.0 out of 5 stars Best Introductory Book
I learned Java from an earlier edition of this book, before going on to work at Javasoft at Sun. In the years since, I've worked more and more in managment, and I've returned to... Read more
Published on July 16, 2006 by James G. Driscoll

5.0 out of 5 stars A Java Book for Programmers
If you have a background in C++ or other similarly object oriented languages, want to learn Java and get a basic reference resource to keep on your desk, this is definitely a book... Read more
Published on June 15, 2006 by F. Ducrest

5.0 out of 5 stars Icing
Just Java is one of the rare programming books that cut to the chase and get to the point in the first sentence. Read more
Published on July 31, 2005 by Brian Fox

5.0 out of 5 stars Extensive I/O coverage including the Java 5 new features
Contrary to the reviewer who said he "returned the book because of skimpy IO coverage" this text has more complete (and more up-to-date) coverage of IO than many other Java books... Read more
Published on July 21, 2005 by Peter Van Der Linden

5.0 out of 5 stars Excellent for learning and for reference
Peter has a long history writing technical books, and they're all good. His style is brief, clear, and to the point, but with enough light relief to keep you going. Read more
Published on July 5, 2005 by Simon Roberts

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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


Active discussions in related forums
  Discussion Replies Latest Post
Textbooks for Kindle DX? 35 2 hours ago
C# or Java? 32 6 days ago
Does anyone use Discovering Geometry: An Investigative Approach? 3 13 days ago
   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Up to 50% Off Hot Brands in Skin Care

Skin Care Sale
Get favorite name brands in skin care for face, body, and sun care, now up to 50% off at the skin care sale, only from Amazon Beauty.

Shop all skin care

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 

 

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.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Finger Lickin' Fifteen
Finger Lickin' Fifteen by Janet Evanovich
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates