Binding: Paperback Dewey Decimal Number: 005.133 EAN: 9780131016217 ISBN: 0131016210 Label: Prentice Hall Manufacturer: Prentice Hall Number Of Items: 1 Number Of Pages: 1536 Publication Date: December 16, 2002 Publisher: Prentice Hall Sales Rank: 278580 Studio: Prentice Hall
Book DescriptionThe 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 cautionsall 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 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 featuresincluding hyperlinks and audio walkthroughs of the code examples; and access to the authors at
deitel@deitel.com
Customer Reviews
Average Rating:
Rating: - Doesn't do the job
I am an experienced programmer who wants to learn Java. Every time I reach for this book I am disappointed. Today I wanted to learn about servlets, but the chapter on servlets is so confusing that I'm going to look for an on-line tutorial instead. The authors completely skip the very important fact that most servlets are invoked when the user first displays an HTML file. Instead, they jump right into showing the code of a very simple servlet instead of taking things from the top, which would ... Read More
Rating: - Great for Beginners
My Java 2 teacher recommended this book. I like it so far. If you are new to programming, this is the right book for you. If you like topics explained thoroughly, this is the right book for you. The book explains the code line by line. Also, if you have a different programming language background, this is the right book for you.
Rating: - A very good introduction
This is a vey good introduction to Java. In a way, it assumes that you have had little programming experience. The result is that, at times, the explanantion of concepts become too wordy.
But if you be intelligent enough to skim through portions that you are familiar with, it is an excellent introduction.
At the end of the day, your programming skill will depend on whether you take the exercises seriously. There is no shortcut to being a good programmer. Attempt the hard ... Read More
Rating: - Worst Book...
I am a Computer Science student. I recommend that if your school doesn't require you to have this book, DON'T BUY THIS DEITEL BOOK to study Java. The "Good Programming Practice", "Performance Tip", "Common Programming Error"... tips in the book, will disconnect you from the flow of thinking while reading. Moreover, the book mainly focuses on the detail of programming ethnics. The fundamental concept of Object-Oriented-Programming which the students need is not clearly described in the book.
Rating: - Don't reccomend for experienced -or- beginners!
I cannot reccomend this book to experienced programmers learning Java or to beginners. The experienced will find it cluttered and watered down, and beginners will end up with a very novice, incomplete, and probably incorrect comprehension of the more complicated aspects.
The first few chapters are ok for someone new to programming but beyond that the text is extremely bloated and only explains complex topics with "for dummies" examples that will leave you unable to perform in a real ... Read More