Just JavaTM 2 (6th Edition): J2SE 1.5 Edition and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £13.35 Amazon.co.uk Gift Card
Just Java 2: J2SE 1.5 Edition (Sun Microsystems Press)
 
 
Start reading Just JavaTM 2 (6th Edition): J2SE 1.5 Edition on your Kindle in under a minute.

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

Just Java 2: J2SE 1.5 Edition (Sun Microsystems Press) [Paperback]

Peter van der Linden
4.3 out of 5 stars  See all reviews (12 customer reviews)
RRP: £43.99
Price: £25.45 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £18.54 (42%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 2 left in stock--order soon (more on the way).
Want guaranteed delivery by Friday, June 1? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £19.09  
Paperback £25.45  
Trade In this Item for up to £13.35
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Just Java 2: J2SE 1.5 Edition (Sun Microsystems Press) for an Amazon.co.uk gift card of up to £13.35, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Special Offers and Product Promotions

  • Jubilee offer: spend £10 or more on any product sold by Amazon.co.uk on or before June 6 and you can buy The Diamond Jubilee  A Classical Celebration Album for just £2.50 Here's how (terms and conditions apply)


Product details

  • Paperback: 848 pages
  • Publisher: Prentice Hall; 6 edition (21 Jun 2004)
  • Language English
  • ISBN-10: 0131482114
  • ISBN-13: 978-0131482111
  • Product Dimensions: 23.3 x 17.7 x 3.1 cm
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Bestsellers Rank: 628,326 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Peter van der Linden
Discover books, learn about writers, and more.

Visit Amazon's Peter van der Linden Page

Product Description

Amazon.co.uk Review

Peter van der Linden's Just Java 2 is an excellent introduction to the Java platform, especially for those with some existing programming skills. This new edition is based on the JDK (Java Development Kit) 1.4 release, and packs in a comprehensive guide to the language and the core class libraries. The author is a former Sun employee and knows his subject backwards. He also injects some humour and personality into his writing, and includes regular "light relief" sections covering wacky topics such as the Java toaster that burns a weather forecast onto every slice. Readers soon know that he loves Java, likes the Apple Macintosh and hates Microsoft, but fortunately nothing gets in the way of the clear and insightful teaching. In general this is a particularly clear and readable programming guide.

The book begins with a brief overview, going on to explain object-oriented programming and the basics of the language. There is a full explanation of packages and how the JVM finds classes, often a tricky area for Java beginners. The author offers detailed coverage of fundamental topics such as threads, input/output, networking and Java Beans, making this a book that will be used for reference as well as for learning. On other topics, such as XML programming, Servlets or database access with JDBC, the book is more introductory. Several chapters cover graphical client applications, event handling and the use of JFC and Swing, laying a firm foundation for building a Java visual interface. There are lots of code examples, both in print and on the accompanying CD.

Overall, this is a solid, professional and authoritative tutorial which has more depth than many lighter-weight alternatives.--Tim Anderson --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 details
Companion Web Site

All the book’s examples and sample programs are available at http://afu.com.




Tags Customers Associate with This Product

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

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
19 of 19 people found the following review helpful
By A Customer
Format:Paperback
The backcover blurb describes van der Linden as "[w]riting for real programmers". It's fair to say that if you have no programming experience, this book may be a little dense for you.
However, that's not to say it's obscure. I am not an experienced programmer and I found it useful. It starts off with an overview of the features of Java, then concisely explains object orientation and other basic Java features such as packages and threading in the first dozen chapters.
van der Linden frequently draws comparisons with how things work in C/C++, which is presumably more helpful for those with experience in those languages. However, I didn't find this too offputting as it often illuminates what difficulties Java is designed to overcome. There are frequent illustrations and boxouts to aid comprehension - a typical title is "What problems do interfaces solve?".
The rest of the book covers major APIs, GUI programming and more advanced topics such as using XML, SQL and JavaBeans. It seems to offer a fairly comprehensive guide to Java and you could probably teach yourself to a high level with this book.
I enjoyed the "Light Relief" sections at the end of each chapter, which introduce entertaining Java programs and topics such as rigging online polls with Java! There is also wry commentary on the software business.
The book is accompanied by a CD-ROM with source code, many good example programs and some more light relief material. Unfortunately, although the 5th edition text covers the latest JDK (1.4), some of the programs do not seem to run using this environment, which could disappoint beginners. I was surprised that the disk did not include the latest JRE (particularly since this seems to be an official Sun book) but does include other tools such as the GNU C++ compiler!
There are brief exercises at the end of some chapters which are enough to test your comprehension (I found I needed to re-read some of the more theoretical chapters), although there are no answers provided.
In summary, I would recommend this book for those with a little (or a lot) of coding experience who want to learn Java in depth, but not as an introduction to programming in general.
Comment | 
Was this review helpful to you?
7 of 7 people found the following review helpful
Excellent 17 Sep 2004
By A Customer
Format:Paperback
The authors years of practical experience and entertaining style of writing combine to make this a *must read* for those new to Java and veterans who want to take advantage of the features 1.5 has to offer.This is the first edition of the book I've bought and will definitely place future editions on my purchase list.The author explains each part of the language in a clear and easy to follow manner and re-enforces each chapter with code snippets. Later chapters cover topics essential to successful mastery of the language.
Comment | 
Was this review helpful to you?
4 of 4 people found the following review helpful
Just Java 2 10 July 2002
Format:Paperback
I found this book ideally matched to my abilities being a not-very-expert programmer having a background in Assembler and C.
I had previously been struggling with two other well-known books on Java and this one made Java OOP much more clear.
It is an easy-to-read goldmine of information on the core subject and other peripherals such as Applets, Servalets, SQL, XML and GUIs.
My only critisism would be a very minor one that the publishers should have considered splitting it in two volumes to reduce the weight.
Certainly worth the price.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Fantastic
I have copies of the 5th and 6th editions of this book. This is a tutorial-style look at the complete Java language, plus coverage of a number of the most important libraries. Read more
Published on 21 Sep 2009 by Philip Bailey
An excellent introductory text for those new to Java
This is quite simply the best introductory book for Java that I have encountered.

I program in Java for a living and I find myself referring back to topics in this book... Read more
Published on 4 Jan 2008 by Gary Rowe
Excellent
The authors years of practical experience and
entertaining style of writing combine to make this a *must
read* for those new to Java and veterans who want to take... Read more
Published on 20 Sep 2004 by Steve
An excellent introduction to Java
Not only is Just java a superbly readable book, it also makes an excellent (and comprehensive) reference text which you will use again and again. Read more
Published on 4 May 2000 by "steveliles"
Just Awfull
I wonder where exactly this book begins since it looks more like a stand up (another Jerry Seinfeld on the computer books market) and a relentless blabber than tutorial. Read more
Published on 17 April 1998
Comprehensive, concise, well coordinated Java Presentation
Mastery of a new language like JAVA under the constraints of "Internet Time" can be a daunting excercise. Read more
Published on 21 Sep 1997
Another hit from Van Der Linden.
Any trip to a half-worthy bookstore will have hundreds, if not thousands of computer-related books. The difficulty is in sorting through them to find the ones worth reading (and... Read more
Published on 21 Sep 1997
Readable introduction flawed by a terrible index.
A readable, entertaining book, but by no means a
comprehensive reference. The index is
world-class bad. Read more
Published on 1 May 1997
A good book for learning JUST JAVA!
I originally bought the book mostly because it had a clear example of using JDBC with an access database which i thought i could easily try. Read more
Published on 30 April 1997
Search Customer Reviews
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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges