or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
48 used & new from $2.75

Have one to sell? Sell yours here
 
   
Beginning Java 2
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  
4.2 out of 5 stars  See all reviews (40 customer reviews)

List Price: $49.99
Price: $26.40 & this item ships for FREE with Super Saver Shipping. Details
You Save: $23.59 (47%)
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.
Ships from and sold by Amazon.com. Gift-wrap available.

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

Want it delivered Thursday, February 11? Choose One-Day Shipping at checkout. Details
25 new from $12.28 23 used from $2.75

Formats

Amazon Price New from Used from
Paperback $26.40  

Frequently Bought Together

Customers buy this book with Beginning Java Objects: From Concepts To Code, Second Edition by Jacquie Barker

Beginning Java 2 + Beginning Java Objects: From Concepts To Code, Second Edition

Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description

The java language has been growing from strength to strength since its inception in 1995. It has since proved to be both powerful and extraordinarily easy to learn and use. This is what makes it ideal for the beginner. With dramatic changes to it's handling of files, and the introduction of native support for XML, java has been updated to work faster and to be current with the incredible rise of XML as a medium for communicating data.

This edition of the Beginning Java books outlines everything the beginning programmer needs to know to program with the Java programming language and the 1.4 Java Developer Kit. With the release of JDK 1.4, programmers can look forward to the most stable edition yet, and even better performance than was available previously.

Ivor's inimitable style has proved to be a hit with nearly half a million people with its easy to learn approach and the many useful examples. Regularly voted the most popular java programming book, this book teaches java from scratch and assumes no previous knowledge. It is also suitable for those who have got some programm ing experience, especially C or C++, which will make learning easier. Either way you will soon become expert in creating your own programs.

It includes a full explanation of Object Oriented programming. A comprehensive introduction to swing is accompanied by a significant application that you will develop through the last half of the book, and which demonstrates all of the necessary skills for creating fully features java applications.

To add to this, help from your peers and from the author are available through the unique programmer to programmer mailing lists, forums, and newsgroups all in addition to our one-to-one email support helping you to overcomes any difficulties, and work through the exercises with programmers just like yourself.

The following new subjects are also covered in this book:

  • New and Improved Utility class in the Collections Framework
  • lar Expressions
  • IO APIs
  • XML Processing

From the Back Cover

"In all the years I have been programming and teaching people about computers, I have never come across a language that offers the power and flexibility of Java and all for free! Java is an extraordinarily easy language to learn and use, and is ideal for the beginner.

With the latest edition of Java, some things are a lot easier, but the new and improved classes mean you can do so much more! Whether it’s creating graphic rich and interactive web pages or creating full-featured Windows applications, you can do it with Java. With my book you can learn Java plus the techniques you need for success with your own projects.

Nothing worthwhile is achieved without effort. You’ll need to put in the work and have the ambition to succeed when the going gets tough. If you have commitment, I can help you become a competent Java programmer."

Who is this book for

This book is for anyone who wants to learn to create real-world applications with Java. The Beginning Java series has proven popular with over 150,000 people with its tutorial format. The numerous step-by-step examples provide you with an understanding of the ins and outs of programming with Java.

We assume no previous programming experience, although progress will be easier if you have programmed before. Either way, you’ll soon become an expert in creating your own Java programs.

What this book will teach you

This book will teach you all you need to know to start programming in Java. This latest edition of my series teaches Java with the Java 2 SDK 1.4; a free Software Development Kit for creating Java applications.

  • The code is designed and tested for use with the latest SDK -- J2SDK 1.4.
  • Teaches the Java language from scratch.
  • Handling Errors and Exceptions in applications.
  • Manipulating data and files.
  • Concurrent programming and Threads.
  • Comprehensive introduction to Swing, the Graphical User Interface API for Java. We will learn both about standalone applications and applets: embedded Java programs for web pages.
  • Large GUI example: We will create a program called Sketcher: a simple drawing tool for making sketches. We will learn how to save sketches to and load sketches from files, use color in our applications, and respond to user input.
  • Printing in Java.
  • Now included: an introduction to XML -- an exciting technology for representing data. We will modify the sketcher application to use XML.

Product Details

  • Paperback: 1200 pages
  • Publisher: Wrox; 14 edition (March 29, 2002)
  • Language: English
  • ISBN-10: 0764543652
  • ISBN-13: 978-0764543654
  • Product Dimensions: 9 x 7.3 x 2.3 inches
  • Shipping Weight: 3.3 pounds (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (40 customer reviews)
  • Amazon.com Sales Rank: #829,090 in Books (See Bestsellers in Books)

More About the Author

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

Visit Amazon's Ivor Horton Page

Inside This Book (learn more)




What Do Customers Ultimately Buy After Viewing This Item?


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).
 
(59)
(7)
(7)

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

40 Reviews
5 star:
 (22)
4 star:
 (11)
3 star:
 (3)
2 star:
 (3)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (40 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
91 of 97 people found the following review helpful:
5.0 out of 5 stars Best book to learn Java, March 30, 2002
By Thomas Paul (Plainview, NY USA) - See all my reviews
(REAL NAME)      
Ivor Horton has once again produced an exceptional beginner's book for Java. I have reviewed many beginner books on Java in the search for a textbook for an "Introduction to Java" class that I teach at Hofstra University. Few of these books have met the goal of providing a solid base of knowledge upon which a programmer can build. Ivor Horton's "Beginning Java" is one of those few. This book is an excellent introduction to Java for anyone who has a basic understanding of programming and is willing to apply some effort to learn the language. Horton proceeds at a rapid pace to cover virtually every important topic in Java outside of the Enterprise Edition. Starting with the basics of the Java language Horton explains the Java syntax in great detail. He then goes on to cover exceptions, streams, utility classes, threads, GUI (with a concentration on Swing), and file processing. In addition, Horton covers all the important new features of the 1.4 release including more than 100 pages on XML. Each chapter builds upon the previous chapter using extensive, well designed and clearly explained examples. Although the book covers a wide range of topics, it does not treat any of them lightly. Many introductory books fall short in the very important topic of object oriented technique. Horton does an excellent job of both explaining OO and then using it in his many examples. Unlike other books that you may read and discard, this is a book that will continue to provide help far into your Java career.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
52 of 54 people found the following review helpful:
4.0 out of 5 stars Hey all you Java beginners, read this review before u buy..., November 29, 2002
Amazon Verified Purchase(What's this?)
Warning to all you Java beginners: Don't expect to read this book and immediately graduate to an "intermediate" Java programmer - ESPECIALLY if you're new to programming and/or object-oriented programming.

This book gives you a fairly good introduction to the basics of Java; Ivor Horton is a bit "dry" but does the job. If you don't have experience with object oriented design (like C++), you'll NEED to also purchase, "Beginning Java Objects" by Jacquie Barker. And when I say "NEED", I mean NEED!! Jacquie's book is absolutely ESSENTIAL for any person new to objects.

It is impossible to fit all the beginning Java topics into one book (even if it is 1200+ pages) and Ivor doesn't try too. He goes over threading and Swing but you'll need to seperate books for these topics.

Another warning for Java newbies: Beginning Java topics can be quite boring, I'm sure many will want to jump straight to the cool stuff like Swing, JSP/Servlets, J2ME...but you MUST understand objects, java terminology, and other basic principles FIRST. You may want to check out books like "Java Cookbook", "Design Patterns Java Workbook", "Design Patterns Explained", "Objected Oriented Thought Process" and especially "Beginning Java Objects" to complement Ivor's book.

I gave this book 4 stars because "beginning" books should take you by the hand and babystep you through the process (in my opinion), this book doesn't quite do this (Jacquie's book does). You may feel more comfortable with one of these "dummies" or "teach yourself in 21 days" or "Java Bible" instead (though I haven't read any of these). But stay away from the "Core series" or "O'Reilly" books if you don't want something too hard.

To learn Java you're gonna need to drop some $$ on a bunch of books and you'll need to spend some SERIOUS time practicing, but as Ivor Horton says, "Nothing worthwile is achieved without effort. You'll need to put in the work and have the ambition to succeed when the going gets tough."

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


 
28 of 30 people found the following review helpful:
5.0 out of 5 stars the best java tutorial for greenhorn can be ever found!, May 9, 2002
By Arethusa (Rheinland-Pfalz, Germany) - See all my reviews
as a cs majored student i have read quite a few java tutorial, this one is the best i've found. the author assumes no previous programming experiens, everything step by step; he not only teaches what java is and HOW TO USE IT, but also teaches you good programming style from very beginning. It shows a great consideration to the simplicity as well as performance of your java codes, and explains why you should do this way in a scientific yet very clear and easy to understand manner. i simply love the author's writing style. the book is well structured, mastering an OOP language such as java is never really a piece of cake for most people, but this book does its best to minimize your pain all along the road. you can be sure you are getting knowledge, confidence, skill and fun with this book. and, all the examples given in the book are just complete applications or applets. they are just ready for you to try them out.

Our professor put deitel and deitel's " java: how to program " in his literature list, but after using it for a while, i no longer thought it a good idea for a beginner. the examples given in this book seem not to reveal how to program and what is oop but rather to conceal them, besides, it's really not a fancy idea to begin with swing . but in this Ivor's book, he starts with plain console application, so you can concentrate on what you should concentrate as a beginner. then i also tried " thinking in java", i have to admit it is a nice book, but too conceptual, and most codes in this book are not complete, you might have to bother to add some code if you want to try them out. if you were still not familiar with I/O control, it could be a problem for you. and, the knowledge such as memory allocation...etc are not merged in the java teaching as well as Ivor's book. there are also other java books i have read, but i cannot even recall them. and seems i dont need more with this Ivor's great work on java learning. of course one would need other tutorial when go further into some specific field, however, i venture to say this is the best book for a greenhorn so far.

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

5.0 out of 5 stars Must have JAVA book for the programmer!
Excellent JAVA book! Use it to teach the language at the college level,and highly recommend the book to anyone who is wanting to learn the language.
Published 1 month ago by P. Bates

2.0 out of 5 stars Not bad, but is Bland
This is a great book if your great with Maths, and like bland talk. I still think its an alright book, however I prefer working examples that I could take note off to use when I... Read more
Published on July 3, 2005 by P. Mcilwaine

5.0 out of 5 stars Excellent Book!.
I bought this book few years back to update myself on Java Knowledge. This book is very good, simple and details all the basics that is expected by any new java programmer... Read more
Published on June 1, 2005 by Ramkumar Sridharan

4.0 out of 5 stars Good Reference, good tutorial, if you like math / graphics
This book is a great reference to Java language and how to program it. It also has an overly complicated/not well explained example in using ModelViewController pattern to... Read more
Published on January 30, 2005 by Mark Geek Twain

4.0 out of 5 stars Good but may be a little too much
I had the previous version of this book and lost it so I bought the new version because I really liked the one I had. Read more
Published on January 10, 2005 by Sultan Mehrabi

4.0 out of 5 stars Great For Beginners
This book is very thorough in it's coverage. It doesn't delve into the "why" as much as the Head First Java book does, but it certainly tackles the how-to very well (at great... Read more
Published on December 6, 2004 by KeepItSimple

5.0 out of 5 stars Clear, well-written, and comprehensive
While the voluminous nature of Horton's introduction may scare away a Java beginner, they should know that there is no better introduction to the language and the library. Read more
Published on June 9, 2004 by James T

5.0 out of 5 stars Excellent book on Java - recommended
I bought this book as an introduction to Java programming. I found that it offered both general Java programming concepts and Java programming code in just the right measure to... Read more
Published on May 31, 2004

4.0 out of 5 stars Encompassing Book
I have a previous edition of this book and thought it was a very good guide to learning Java. Is it great? Read more
Published on February 13, 2004 by Terry Smith

5.0 out of 5 stars Start here.
New to Java? Learning it for work? Class? Entertainment? Unless you're new to programming (in which case I recommend Java for Dummies), start with this book. Read more
Published on January 25, 2004 by J. Drost

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
Discussion Replies Latest Post
Sketchy textbook transaction on Marketplace 18 12 hours ago
textbook scam 129 2 days ago
C# or Java? 66 17 days ago
Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

So You'd Like to...


Create a guide

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.