Home > Store

Complete Java 2 Training Course, Student Edition, 4th Edition

Register your product to gain access to bonus material or receive a coupon.

Complete Java 2 Training Course, Student Edition, 4th Edition

DVD

  • This product currently is not for sale.
Not for Sale

About

Features

The Multimedia Cyber Classroom CD-ROM is Windows 95/98/NT/2000 compatible and includes these features that further enhance the features in the corresponding How to Program book.

  • The full text, illustrations and program listings of its corresponding How to Program book with full-text searching and hyperlinking.
  • Over 13 hours of detailed, expert audio descriptions of over 16,000 lines of code that help to reinforce concepts. Students can execute this code to study a program's output and relate it to the program's source code. Students can also save the code to their hard drive to modify it and use as the basis for their own programs.
  • An abundance of self-assessment material:
    • 25 practice exams that offer students more than 700 short-answer test questions and answers

    • Hundreds of self-review questions that are drawn from the text, all with answers

    • Hundreds of programming exercises that are drawn from the text, half with answers (the main text does not provide any answers to these exercises).

  • Intuitive browser-based interface, designed to be easy and accessible for anyone who's ever used a Web browser.
Java How to Program features
  • NEW - Optional case study focusing on object-oriented design and the UML—Illustrates the entire process of object-oriented and design from conception and design, to programming and implementation. The case study is introduced in Chapter 1 and built upon in the next eight chapters.
    • Introduces students to the UML and key notational schemes that they will encounter in the real world. Ex.___

  • Signature “Live-Code™ Approach”—Language features are presented in the context of a wide variety of complete working programs. Features thousands of lines of code in hundreds of complete working programs.
    • Enables students to confirm that programs run as expected. Students can also manipulate the code from the CD-ROM in the back of the book, from the book's Companion Website (www.prenhall.com/deitel), or from the authors' Web site (www.deitel.com). Ex.___

  • Outstanding, consistent and applied pedagogy—Icons throughout identify Software Engineering Observations; Good Programming Practices; Common Programming Errors; Portability Tips; Performance Tips, Testing and Debugging Tips, and Look-and-Feel Observations.
    • Provides hundreds of valuable programming tips to reinforce good habits and to facilitate learning. Ex.___

  • Extensive set of interesting exercises and substantial projects.
    • Students can apply what they've learned in each chapter. Ex.___

  • In full color.
    • Syntax coloring helps students better interpret code. Ex.___

  • CD-ROM with each text.
    • CD-ROM with every text includes Java™ 2 Software Development Kit, Standard Edition, Version 1.3 for Windows and Linux (Intel x86); Forte™ for Java™, Release 2.0, Community Edition IDE for all platforms; Java™ Plug-In 1.3 HTML Converter Version 1.3; Java™ Media Framework API 2.1.1; source code for all the book's examples; and hyperlinks to Java demos and Internet resources.

Description

  • Copyright 2002
  • Edition: 4th
  • DVD
  • ISBN-10: 0-13-064934-1
  • ISBN-13: 978-0-13-064934-8

Design and construct robust applications and applets with Java!

  • Master today's most important Java 2 development and UML design skills hands on, with real programs and expert instruction from world-renowned corporate trainers!
  • Includes the best-selling, 1,100-page Java introduction Java How to Program—in print and searchable electronic versions
  • Get powerful real-world experience with 10,000+ lines of live code, 250+ programs, 12+ hours of audio, hundreds of programming exercises, and more

Created by leading corporate trainers Deitel & Associates, this hands-on, interactive training course combines the world's #1 interactive Java training CD-ROM, The Java Multimedia Cyber Classroom, and the outstanding introductory Java textbook, Java How to Program. You'll start with basic Java syntax and control structures then master methods, arrays, object-oriented programming, graphics, Swing user interface programming, exceptions, multithreading, multimedia—even network programming! This new edition has been enhanced throughout, and includes a start-to-finish UML design case study for building robust, high-performance enterprise applications. It'll help gain true Java mastery faster than you ever thought possible!

JAVA MULTIMEDIA CYBER CLASSROOM

More than 12 hours of detailed audio explanations walk you through 250+ complete, ready-to-run programs—10,000+ lines of live code you can load, run, and adapt!

Test your knowledge with hundreds of interactive self-review questions and programming exercises!

Get fast, in-depth answers from the fully searchable copy of Java How to Program, Fourth Edition!

Discover hundreds of tips and ideas for maximizing performance, interoperability, and reusability—and for avoiding and troubleshooting problems!

THE WORLD'S #1 JAVA DEVELOPER'S GUIDE
  • Start-to-finish, 1,100-page guide to Java!
  • Master all this, and more: Control structures, object-oriented techniques, GUI development, graphics, multimedia, multithreading, files, streams, networking, data structures, and collections
  • Includes three full chapters of problem-solving guidance for novices and new object-oriented developers
  • Contains 150-page UML case study: learn key Java application design skills that make you far more competitive
  • Hands-on tutorials with tips and tricks for troubleshooting and optimization
BONUS 2nd CD-ROM

Packed with live Java source code, plus links to the Web's best Java resources!

EVEN MORE RAVES FOR DEITEL PROGRAMMING BOOKS & COURSES!
Your Multimedia Cyber Classroom is by far the best learning tool I have. Keep up the great work!

—Bill Nelson

I have purchased four programming sets from you now: one on Visual Basic, one for C++, and one just ordered for Java. I find your course structures very helpful and well designed. Most especially, I find your line-by-line explanations of example programs extremely beneficial. It is very rare that programmers are equally as proficient in their writing skills.

—Hal LeTourneau, Computer Science Student

I purchased your textbook Java 2 How to Program, Third Edition a few months ago. The book is outstanding; I cannot put it down. Bear in mind that I am no programmer in any language by any stretch of imagination. However, I am learning Java on my own for personal development and your textbook is doing a fantastic job of teaching me.

—Ken Yeates-Trotman, Blue Cross and Blue Shield of Delaware

SPECIALLY DESIGNED FOR:
  • All programmers who want to master Java
  • New programmers learning their first language
  • Developers with experience in other object languages, such as C++
  • Developers migrating from non-object oriented languages, such as COBOL
  • Java users who want to improve their skills and effectiveness
System Requirements:Windows 95/98/NT 4/2000
50 MB disk space/64 MB RAM
8x CD-ROM drive & sound card support
Internet Explorer 5 included

Sample Content

Table of Contents



 1. Introduction to Computers, the Internet and the Web.


 2. Introduction to Java Applications.


 3. Introduction to Java Applets.


 4. Control Structures: Part 1.


 5. Control Structures: Part 2.


 6. Methods.


 7. Arrays.


 8. Object-Based Programming.


 9. Object-Oriented Programming.


10. Strings and Characters.


11. Graphics and Java2D.


12. Graphical User Interface Components: Part 1.


13. Graphical User Interface Components: Part 2.


14. Exception Handling.


15. Multithreading.


16. Files and Streams.


17. Networking.


18. Multimedia: Images, Animation, Audio and Video.


19. Data Structures.


20. Java Utilities Package and Bit Manipulation.


21. Collections.


22. Java Media Framework and Java Sound (on CD).


Appendix A. Demos.


Appendix B. Java Resources.


Appendix C. Operator Precedence Chart.


Appendix D. ASCII Character Set.


Appendix E. Number Systems (on CD).


Appendix F. Creating HTML Documentation with javadoc (on CD).


Appendix G. Elevator Events and Listeners (on CD).


Appendix H. Elevator Model (on CD).


Appendix I. Elevator View (on CD).


Appendix J: Career Opportunities (on CD).


Appendix K: Unicode® (on CD).


Bibliography.


Index.

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.