Java How To Program, Early Objects

Java How To Program, Early Objects

$159.99

In stock
0 out of 5

$159.99

SKU: 9780134751856 Category:
Title Range Discount
Trade Discount 5 + 25%

Description

Paul J. Deitel, CEO and Chief Technical Officer of Deitel & Associates, Inc., is a graduate of MIT and has over 35 years of experience in computing. He holds the Java Certified Programmer and Java Certified Developer designations, and is an Oracle Java Champion. Through Deitel & Associates, Inc., he has delivered hundreds of programming courses worldwide to clients, including Cisco, IBM, Siemens, Sun Microsystems (now Oracle), Dell, Fidelity, NASA at the Kennedy Space Center, the National Severe Storm Laboratory, White Sands Missile Range, Rogue Wave Software, Boeing, SunGard Higher Education, Nortel Networks, Puma, iRobot, Invensys and many more. He and his co-author, Dr. Harvey M. Deitel, are the world’s best-selling programming-language textbook/professional book/video authors.

Dr. Harvey M. Deitel, Chairman and Chief Strategy Officer of Deitel & Associates, Inc., has over 55 years of experience in computing. Dr. Deitel earned B.S. and M.S. degrees in Electrical Engineering from MIT and a Ph.D. in Mathematics from Boston University—he studied computing in each of these programs before they spun off Computer Science programs. He has extensive college teaching experience, including earning tenure and serving as the Chairman of the Computer Science Department at Boston College before founding Deitel & Associates, Inc., in 1991 with his son, Paul. The Deitels’ publications have earned international recognition, with more than 100 translations published in Japanese, German, Russian, Spanish, French, Polish, Italian, Simplified Chinese, Traditional Chinese, Korean, Portuguese, Greek, Urdu and Turkish. Dr. Deitel has delivered hundreds of programming courses to academic, corporate, government and military

clients.

Brief Contents

  1. Introduction to Computers, the Internet and Java
  2. Introduction to Java Applications; Input/Output and Operators
  3. Introduction to Classes, Objects, Methods and Strings
  4. Control Statements: Part 1; Assignment, ++ and — Operators
  5. Control Statements: Part 2; Logical Operators
  6. Methods: A Deeper Look
  7. Arrays and ArrayLists
  8. Classes and Objects: A Deeper Look
  9. Object-Oriented Programming: Inheritance
  10. Object-Oriented Programming: Polymorphism and Interfaces
  11. Exception Handling: A Deeper Look
  12. JavaFX Graphical User Interfaces: Part 1
  13. JavaFX GUI: Part 2
  14. Strings, Characters and Regular Expressions
  15. Files, Input/Output Streams, NIO and XML Serialization
  16. Generic Collections
  17. Lambdas and Streams
  18. Recursion
  19. Searching, Sorting and Big O
  20. Generic Classes and Methods: A Deeper Look
  21. Custom Generic Data Structures
  22. JavaFX Graphics and Multimedia
  23. Concurrency
  24. Accessing Databases with JDBC
  25. Introduction to JShell: Java 9’s REPL

Chapters on the Web

  1. Operator Precedence Chart
  2. ASCII Character Set
  3. Keywords and Reserved Words
  4. Primitive Types
  5. Using the Debugger

Appendices on the Web

Index

Online Chapters and Appendices

  1. Swing GUI Components: Part 1
  2. Graphics and Java 2D
  3. Networking
  4. Java Persistence API (JPA)
  5. JavaServerTM Faces Web Apps: Part 1
  6. JavaServerTM Faces Web Apps: Part 2
  7. REST-Based Web Services
  8. (Optional) ATM Case Study, Part 1: Object-Oriented Design with the UML
  9. (Optional) ATM Case Study, Part 2: Implementing an Object-Oriented Design
  10. Swing GUI Components: Part 2
  11. Java Module System and Other Java 9 Features
  12. Using the Java API Documentation
  13. Creating Documentation with javadoc
  14. Unicode®
  15. Formatted Output
  16. Number Systems
  17. Bit Manipulation
  18. Labeled break and continue Statements
  19. UML 2: Additional Diagram Types
  20. Design Patterns

About the Book

  • Flexibility Using Java SE 8 or the New Java SE 9 (which includes Java SE 8)
  • Java How to Program, 11/e’s Modular Organization
  • Introduction and Programming Fundamentals
  • Flexible Coverage of Java SE 9: JShell, the Module System and Other Java SE 9 Topics
  • Object-Oriented Programming Flexible JavaFX/Swing GUI, Graphics and Multimedia Coverage
  • Data Structures and Generic Collections
  • Flexible Lambdas and Streams Coverage
  • Concurrency and Multi-Core Performance
  • Database: JDBC and JPA
  • Web-Application Development and Web Services
  • Optional Online Object-Oriented Design Case Study

Prepare students to meet Java programming challenges

  •  Rich coverage of programming fundamentals; real-world examples.
  •  Friendly early classes and objects presentation.
  •  Use easily with Java™ SE 8 and/or the new Java™ SE 9.
    • Java SE 9 content is in easy-to-include-or-omit sections.
    • Perfect for instructors who want to stay in Java SE 8 for a while and ease into Java SE 9.
    • Perfect for instructors who want to add JShell (Java 9’s interactive Java) to their Java SE 8 or Java SE 9 courses.
  • Signature live-code approach teaches programming by presenting the concepts in the context of complete working programs.
  • The text’s modular organization is appropriate for introductory and intermediate programming courses, and helps instructors plan their syllabi.
  • Comprehensive coverage of concepts and topics:
    • Interactive Java through JShell–Java SE 9’s most exciting new pedagogic feature.
    • Java 9 topics: Modularity (online), collection factory methods and other language and API enhancements.
    • Lambdas, sequential and parallel streams, functional interfaces, immutability.
    • JavaFX GUI, 2D and 3D graphics, animation and video.
    • Composition vs. Inheritance, dynamic composition.
    • Programming to an interface not an implementation.
    • Files, input/output streams and XML serialization.
    • Concurrency for optimal multi-core performance.
    • Other topics: recursion, searching, sorting, generics, generic collections, data structures, optional Swing GUI, multithreading, database (JDBC ™ and JPA).
    • Visit http://deitel.com/books/jhtp11 for reviewer testimonials, Preface, Table of Contents and Foreword.
  • Access to the Companion Website (http://www.pearson.com/deitel) is available with the purchase of a new textbook and provides extra hands-on experience and study aids, including:
    • Extensive VideoNotes allow students to view the problem-solving process outside of the classroom–when they need help the most. In the VideoNotes, co-author Paul Deitel patiently explains most of the programs in the book’s core chapters. Students like viewing the VideoNotes for reinforcement of core concepts and for further insights.
    •  Additional chapters and appendices for advanced courses.
    •  Evolving Java SE 9 content
    •  Source code for the book’s examples (also available at http://deitel.com/books/jhtp11).

 

Facilitate Learning with Outstanding Applied Pedagogy 

  • Programming Wisdom: Hundreds of valuable programming tips facilitate learning. Icons throughout the text identify Software Engineering Observations, Good Programming Practices, Common Programming Errors, Error-Prevention Tips, Portability Tips, Performance Tips, and Look-and-Feel Observations (for GUI design). These represent the best the authors have gleaned from a combined nine decades of programming and teaching experience.
  • Hundreds of self-review exercises with answers.
  • Hundreds of interesting real-world exercises and projects enable students to apply what they’ve learned in each chapter (Instructor Solutions Manual contains answers for most).
  • “Making a Difference” exercises encourage students to use computers and the Internet to research and address significant social problems.
  • Most of the programming exercises are titled to help instructors select the most appropriate exercises for homework assignments.

 

 

Additional information

Dimensions 1.95 × 7.15 × 9.40 in
Imprint

Format

ISBN-13

ISBN-10

Author

,

Subjects

computer science, higher education, java, Engineering and Computer Science, Introduction to Programming