Product Details
Ivor Horton's Beginning Java 2, JDK 5 Edition

Ivor Horton's Beginning Java 2, JDK 5 Edition
By Ivor Horton

List Price: $49.99
Price: $31.49 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

41 new or used available from $21.49

Average customer review:

Product Description

What is this book about?

This book is a comprehensive introduction to the Java programming language, updated thoroughly (more than 35ew and updated) for the latest SDK 1.5 release. This book shows readers how to build real-world Java applications using the Java SDK. No previous programming experience is required. The author uses numerous step-by-step programming examples to guide readers through the ins and outs of Java development. In addition to fully covering new features of SDK 1.5, such as generic types, the author has also added new chapters on Java database programming with JDBC and Java programming with XML.


Product Details

  • Amazon Sales Rank: #135666 in Books
  • Published on: 2004-12-31
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 1512 pages

Editorial Reviews

From the Back Cover
Combining simplicity with power, Java has become the object-oriented language of choice for Internet programming and cross-platform applications. This comprehensive and easy-to-use guide provides you with the essential information you'll need to know in order to develop dynamic programs using the Java 2 Standard Edition 5.0 or later.

You'll be introduced to the fundamental ideas about the structure of Java programs and how they work. You'll gain a clear understanding of all the latest features of the Java language as well as the key packages in the Java class library. And with the help of numerous working examples, you'll find out how to apply the material so you can write your own full-featured applications and applets.

This book teaches you how to start programming in Java, covering everything from putting together statements and performing calculations to applying the capabilities provided by the Java class libraries, and much more.

What you will learn from this book

  • The basics of how the Java language works
  • Ways to apply key language elements
  • Methods for storing data in a program
  • How to define and utilize classes
  • How to create applets for use in interactive Web pages
  • Techniques for implementing an application with a graphical user interface
  • How to use the JDBC capability to work with relational databases
  • All the skills to become a knowledgeable Java programmer

Who this book is for

This book is for anyone who wants to explore how Java works and discover how to write fully featured and effective Java programs. No previous Java experience is necessary.

About the Author
Ivor Horton started out as a mathematician, but shortly after graduating, he was lured into messing about with computers by a well-known manufacturer. He has spent many happy years programming occasionally useful applications in a variety of languages as well as teaching mainly scientists and engineers to do likewise. He has extensive experience in applying computers to problems in engineering design and to manufacturing operations in a wide range of industries. He is the author of a number of tutorial books on programming in C, C++, and Java. When not writing programming books or providing advice to others, he leads a life of leisure.


Customer Reviews

NOT An Intro to Programming4
Ivor Horton's book is very good at explaining some of the certain features of Java and providing examples of how to implement something you might want to do, such as writing to a file. Even though he starts out with variables, loops, and conditions and such, he moves very quickly and doesn't give a whole lot of explanation, so you had better be either intelligent enough to understand as you read or already have had a strong foundation in important Java concepts. Learn the OO basics like Polymorphism, inheritance, extension, objects, etc...and then pick up this book to learn the Java features. Things will make a lot more sense.

Ivor Horton's Beginning Java 2, JDK 5 Edition4
Great beginning book for anyone who wants to learn Java. Teaches the syntax of Java, along with the basics to programming. Book includes program examples with sections explaining how the programs work. Excellent source for beginning, as well as advanced, programmers.

Excellent beginner's Java tutorial4
As the title says: "Beginning...", so the experts that wrote a review shouldnt be angry. The author explains every term he uses [excellent teaching practice!], does not assume that you should "of course" "know" this... Naturally, if you are an experieneced progammer this book may be too long, but alas: read faster in this case.

Four stars because of (some) mistakes. Otherwise 5*.