See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

17 used & new from £18.00

Have one to sell? Sell yours here
 
   
Java How to Program (International Edition)
 
See larger image
 

Java How to Program (International Edition) (Paperback)

by Harvey M. Deitel (Author), Paul J. Deitel (Author)
4.6 out of 5 stars See all reviews (5 customer reviews)

Available from these sellers.


3 new from £28.34 14 used from £18.00
Other Editions: RRP: Our Price: Other Offers:
Hardcover Order it used
Paperback (5) 14 used & new from £7.01

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Javascript
   microsoft.com/VisualStudio    Program in Multiple Languages with more flexibility for efficiency. 
Free Java EE5 tutorial
   www.sun.com/JavaEE_Tutorial    Register now and download the free Java Enterprise Edition tutorial! 
Java Program
   Java.ITtoolbox.com    Network with your IT peers on everything Java for Free! 
  
 

Customers Who Bought This Item Also Bought

Database Systems: A Practical Approach to Design, Implementation and Management (International Computer Science Series)

Database Systems: A Practical Approach to Design, Implementation and Management (International Computer Science Series)

by Thomas Connolly
4.0 out of 5 stars (15)  £47.49
Data Structures and Problem Solving Using Java

Data Structures and Problem Solving Using Java

by Mark Allen Weiss
5.0 out of 5 stars (2)  £55.09
Beginning Programming with Java for Dummies

Beginning Programming with Java for Dummies

by Barry Burd
4.2 out of 5 stars (10)  £7.99
C++: How to Program

C++: How to Program

by Harvey M. Deitel
Distributed Systems: Concepts and Design (International Computer Science Series)

Distributed Systems: Concepts and Design (International Computer Science Series)

by Jean Dollimore
3.8 out of 5 stars (4)  £47.49
Explore similar items

Product details

  • Paperback: 1536 pages
  • Publisher: Pearson Education; 5 edition (13 Jan 2003)
  • Language English
  • ISBN-10: 0131202367
  • ISBN-13: 978-0131202368
  • Product Dimensions: 23.2 x 17.8 x 4.6 cm
  • Average Customer Review: 4.6 out of 5 stars See all reviews (5 customer reviews)
  • Amazon.co.uk Sales Rank: 453,996 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Product Description

Designed for beginning through intermediate Java courses.

The world's best-selling Java text is now even better! The Fifth Edition of Java How to Program includes an updated optional case study on object-oriented design with the UML, new coverage of JDBC, servlets and JSP and the most up-to-date Java coverage available.



From the Back Cover

The complete, authoritative DEITEL™ LIVE-CODE™ introduction to programming with the Java™ 2 Platform Standard Edition, JDBCT™, Servlets and JSP™

Java™ has revolutionized software development with multimedia-intensive, platform-independent, object-oriented code for Internet-, Intranet- and Extranet-based applications. This fifth edition of the world's most widely used Java textbook explains Java's extraordinary capabilities, presents an optional object-oriented design and implementation experience with the Unified Modeling Language (UML) from the Object Management Group™ and introduces n-tier Webapplications development with JDBC™, Servlets and JSP™.

Dr. Harvey M. Deitel and Paul J. Deitel are the founders of Deitel & Associates, Inc., the internationally recognized corporate training and content-creation organization specializing in Java™, C++, C, C#, Visual Basics®, .NET, Visual C++® .NET, XML, Python, Perl, Internet, Web and object technologies. The Deitels are the authors of several worldwide #1 programming-language textbooks, including Internet & World Wide Web How to Program, 2/e and C++ How to Program, 4/e.

In Java How to Program, Fifth Edition the Deitels introduce the fundamentals of object-oriented programming in Java. Key topics include:

  • Applications/Applets
  • Swing GUI/Event Handling
  • Classes/Objects/Interfaces
  • Encapsulation/Inner Classes
  • OOP/Inheritance/Polymorphism
  • Data Structures/Collections
  • Files/Streams/Serialization/NIO
  • Networking/Client-Server/Internet/Web
  • JDBC™/Servlets/JavaServer Pages™
  • Graphics/Java 2D™/Images/Animation/Audio
  • Exceptions/Multithreading
  • (Optional) OOD/UML/Design Patterns

Java How to Program, Fifth Edition includes extensive pedagogic features:

  • Hundreds of LIVE-CODE™ programs with screen captures that show exact outputs
  • Extensive Internet and World Wide Web resources to encourage further research
  • Hundreds of tips, recommended practices and cautions—all marked with icons for:
    • Good Programming Practices
    • Software Engineering Observations
    • Performance Tips
    • Portability Tips
    • Look-and-Feel Observations
    • Error-Prevention Tips
    • Common Programming Errors

Java How to Program's teaching resources include Web sites (www.deitel.com, www.prenhall.com/deitel and www.InformIT.com/deitel) with the book's code examples (also on the enclosed CD) and information for faculty, students and professionals; an optional CD (Java 2 Multimedia Cyber Classroom, 5/e) with solutions to about half the exercises in Java How to Program, 5/e, interactivity features—including hyperlinks and audio walkthroughs of the code examples; and access to the authors at
deitel@deitel.com

For information on Deitel instructor-led seminars offered worldwide, and to subscribe to the DEITELBuzz ONLINE email newsletter, visit:
www.deitel.com


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 organize and find favorite items.
Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Java How to Program (International Edition)
62% buy the item featured on this page:
Java How to Program (International Edition) 4.6 out of 5 stars (5)
Java How to Program: International Version
38% buy
Java How to Program: International Version
£50.34

 

Customer Reviews

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

 
13 of 13 people found the following review helpful:
5.0 out of 5 stars Excellent from beginning to end, 12 Aug 2003
I got this book to learn Java, having done C++ before. You come away from each chapter understanding what has been explained, and can map that to real world applications. The book would be ideal for someone who has not done any object oriented programming before, or someone who has in another language.
Theres lots of well written examples, and all the way through there are "good programming practice", "Error prevention tip" and "Common Programming error" notes scattered in which are really useful.
Each of the first 9 or so chapters has a section at the end "Thinking about objects" in which they slowly present the way to analyse a problem into objects, and design the program around it. My only complaint, and it's not really a complaint, just an observation, is that this problem is far from a real world problem. However, it is easy to map the methods they describe to real world situation, as it is explained HOW to do it, rather than WHAT to do.

Overall, if you're new to Java, don't hesitate.

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



 
12 of 13 people found the following review helpful:
4.0 out of 5 stars V. Good into to java on the whole, 8 Nov 2003
By A Customer
This book covers pretty much every little corner of the tasks Java gets used, and does it well. One slight grumble is that the code examples tend to be swamped by Swing code, which can detract from the actual subject matter of the chapter. I know most Java apps use GUIs, but when all you are trying to do is show how to set up a stream from a text file, having the example code stretch to 3 pages, for the sake of having a nice interface seems slightly O.T.T. Great book on the whole though!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 8 people found the following review helpful:
4.0 out of 5 stars A very impressive textbook, 23 Mar 2003
By Thomas Paul (Plainview, NY USA) - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
This review is from: Java How to Program (Paperback)
Once again, Deitel has published a very impressive book. This new edition has been updated for Java 1.4 with, among other topics, coverage of regular expression and NIO. In addition, chapters on JDBC, Servlets, and JSP have been added. The chapter on object oriented programming and polymorphism has been rewritten and expanded into two chapters. The book has been cleaned up with redundancy removed in order to keep it around 1500 pages. Overall, the book is as complete as you would want in an introduction to Java. The book covers virtually everything in J2SE, gives a good primer on object oriented programming, covers design patterns and UML, and even gives an introduction to server side development. There's enough information in this book for at least two semesters of Java. All this information can be overwhelming but the authors use extensive, well commented color coded program samples to explain each topic. It is almost impossible to turn a page and not find either code samples or a diagram. In addition, there is a natural flow from topic to topic. This book was written as a college textbook and it has a college textbook "feel". Each chapter has well thought out exercises but the solutions must be purchased separately. A lab manual for this book is also available (release date, July 1, 2003). If you are planning on teaching a Java course and you are looking for a textbook this is book would make a good choice.
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

5.0 out of 5 stars A bit special
This book is by far the most comprehensive, wide ranging and easy to read Java book i have read. It really is great for reference and for aspiring Java programmers. Read more
Published on 30 Jun 2003

5.0 out of 5 stars What a book!!!
if you need to know anything about java, this book has it!!! It gives detailed examples and source code that will make this book an excellent learning tool and reference... Read more
Published on 28 April 2003 by Matthew Ford

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
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
   
Related forums


Listmania!


Look for similar items by category


Feedback


Fun for Everyone

Christmas Gifts
Achieve over 15,000 RPM with our great range of Powerballs.

Shop the Powerball store

 

More From P.J. Deitel

Internet and World...

Internet and World Wide Web: How to...

A solid jack-of-all-trades reference, The Complete Internet and WWW... Read more

 

Train Hard...Play Hard

Nike, Gola, Converse, and more
Gear up with up to 60% off athletic and outdoor shoes.

Shop now

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and 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
The Girl Who Played with Fire
Breaking Dawn (Twilight Saga)
The Girl with the Dragon Tattoo
The Host
The Host by Stephenie Meyer

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates