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.

Deliver to your Kindle or other device

 
 
 

Try it free

Sample the beginning of this book for free

Deliver to your Kindle or other device

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
Just JavaTM 2 (6th Edition): J2SE 1.5 Edition
 
 

Just JavaTM 2 (6th Edition): J2SE 1.5 Edition [Kindle Edition]

Peter van der Linden
4.3 out of 5 stars  See all reviews (12 customer reviews)

Digital List Price: £36.04 What's this?
Print List Price: £43.99
Kindle Price: £19.09 includes VAT* & free wireless delivery via Amazon Whispernet
You Save: £24.90 (57%)
Unlike print books, digital books are subject to VAT.

Formats

Amazon Price New from Used from
Kindle Edition £19.09  
Paperback £25.45  

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

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.


Product details

  • Format: Kindle Edition
  • File Size: 7795 KB
  • Print Length: 848 pages
  • Publisher: Prentice Hall; 6 edition (21 Jun 2004)
  • Sold by: Amazon Media EU S.à r.l.
  • Language English
  • ASIN: B001MDC0FW
  • Text-to-Speech: Enabled
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Bestsellers Rank: #311,891 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
  •  Would you like to give feedback on images?


More About the Author

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

Visit Amazon's Peter van der Linden Page

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

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

Popular Highlights

 (What's this?)
&quote;
When you declare a variable of primitive type, the declaration allocates the memory, and you can start assigning into the variable right away. &quote;
Highlighted by 4 Kindle users
&quote;
When one constructor explicitly invokes another, that invocation must be the very first statement in the constructor. This is because you can't call a constructor on something that has already had its memory allocated, and the memory has already been allocated by the time the system starts executing your statements in a constructor. &quote;
Highlighted by 3 Kindle users
&quote;
If you didn't explicitly provide any constructors, a simple implicit one is provided on your behalf. &quote;
Highlighted by 3 Kindle users

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
   


Look for similar items by category


Look for similar items by subject


Amazon Media EU S.à r.l. GB Privacy Statement Amazon Media EU S.à r.l. GB Delivery Information Amazon Media EU S.à r.l. GB Returns & Exchanges