Absolute Java, Global Edition

Series
Pearson
Author
Walter Savitch / Kenrick Mock  
Publisher
Pearson
Cover
Softcover
Edition
6
Language
English
Total pages
1296
Pub.-date
December 2015
ISBN13
9781292109220
ISBN
129210922X
Related Titles


Product detail

Product Price CHF Available  
9781292109220
Absolute Java, Global Edition
97.60

eBook

You'll find the eBook here.:

Free evaluation copy for lecturers


Description

For courses in computer programming and engineering.

Beginner to Intermediate Programming in Java

This book is designed to serve as a textbook and reference for programming in the Java language. Although it does include programming techniques, it is organized around the features of the Java language rather than any particular curriculum of programming techniques. The main audience is undergraduate students who have not had extensive programming experience with the Java language.

The introductory chapters are written at a level that is accessible to beginners, while the boxed sections of those chapters serve to quickly introduce more experienced programmers to basic Java syntax. Later chapters are still designed to be accessible, but are written at a level suitable for students who have progressed to these more advanced topics.

MyProgrammingLabTM not included. Students, if MyProgrammingLab is a recommended/mandatory component of the course, please ask your instructor for the correct ISBN and course ID. MyProgrammingLab should only be purchased when required by an instructor. Instructors, contact your Pearson representative for more information.

MyProgrammingLab is an online homework, tutorial, and assessment product designed to personalize learning and improve results. With a wide range of interactive, engaging, and assignable activities, students are encouraged to actively learn and retain tough course concepts.

Features

This title is a Pearson Global Edition. The Editorial team at Pearson has worked closely with educators around the world to include content which is especially relevant to students outside the United States.

Absolute Java uses the following features to facilitate learning:

Friendly and accessible language presents material clearly to students who may not have previous experience in Java.

  • The text extensively explores encapsulation, inheritance, and polymorphism as it is recognized by the Java language in an accessible, easily understandable way.

A text that is highly up-to-date with the recent developments and use of Java

  • NEW! Introduction to functional programming with Java 8’s lambda expressions.
  • NEW! Content and examples have been added to the text on looping, networking, and exception handling.
  • NEW! Introduction to building GUIs using JavaFX.
  • Introduces modern programming topics such as UML, multithreading, and servlets.

Flexibility of text opens up the material to a wide range of audiences

  • Chapter introductions brief instructors on what information must have already been taught to the class before proceeding with the chapter.
  • Starred chapters can be treated as optional to accommodate abbreviated courses.

Extensive pedagogy helps students grasp the concepts of Java

  • Summary boxes provide brief synopses of major points in each chapter to reinforce core concepts.
  • Self-test exercises and answers offer students the opportunity to review key topics and check their answers at the end of the chapter.
  • Abundant code displays coincide with informal comments that explain potentially confusing or difficult portions of the code.
  • Tips instruct readers on best programming practices, why they are recommended, and how to execute them effectively.
  • Pitfalls warn readers about common mistakes and how to avoid them.
  • Examples feature a complete program that solves a specific problem, with an extended code display highlighting the useful features of Java.
  • Chapter summaries provide concise overviews of each chapter’s fundamental concepts.
  • NEW! 15 Programming projects challenge readers to design and implement a Java program to solve a programming problem.

Supplementary software helps students grasp text concepts

  • Student support material on the companion website includes self-check quizzes, source code, PowerPoint® slides, and VideoNotes.
  • NEW! Five VideoNotes have been added to the text that indicate supplementary step-by-step video tutorials for key information. Each video covers a specific topic and offers a solution to selected programming projects. They are indicated by an icon in the text.

MyProgrammingLab not included. Students, if MyProgrammingLab is a recommended/mandatory component of the course, please ask your instructor for the correct ISBN and course ID. MyProgrammingLab should only be purchased when required by an instructor. Instructors, contact your Pearson representative for more information.

  • Interactive Practice helps students gain first-hand programming experience in an interactive online environment.
  • Step-by-step VideoNote Tutorials enhance the programming concepts presented in your Pearson textbook by allowing students to view the entire problem-solving process outside of the classroom–when they need help the most.
  • Pearson eText gives students access to their textbook anytime, anywhere. In addition to note taking, highlighting, and bookmarking, the Pearson eText offers interactive and sh

New to this Edition

A text that is highly up-to-date with the recent developments and use of Java

  • Introduction to functional programming with Java 8’s lambda expressions.
  • Content and examples have been added to the text on looping, networking, and exception handling.
  • Introduction to building GUIs using JavaFX.
  • Introduces modern programming topics such as UML, multithreading, and servlets.

Extensive pedagogy helps students grasp the concepts of Java

  • 15 Programming projects challenge readers to design and implement a Java program to solve a programming problem.

Supplementary software helps students grasp text concepts

  • Five VideoNotes have been added to the text that indicate supplementary step-by-step video tutorials for key information. Each video covers a specific topic and offers a solution to selected programming projects. They are indicated by an icon in the text.

MyProgrammingLab not included. Students, if MyProgrammingLab is a recommended/mandatory component of the course, please ask your instructor for the correct ISBN and course ID. MyProgrammingLab should only be purchased when required by an instructor. Instructors, contact your Pearson representative for more information.

  • Interactive Practice helps students gain first-hand programming experience in an interactive online environment.
  • Step-by-step VideoNote Tutorials enhance the programming concepts presented in your Pearson textbook by allowing students to view the entire problem-solving process outside of the classroom—when they need help the most.
  • Pearson eText gives students access to their textbook anytime, anywhere. In addition to note taking, highlighting, and bookmarking, the Pearson eText offers interactive and sharing features. Rich media options let students watch lecture and example videos as they read or do their homework. Instructors can share their comments or highlights, and students can add their own, creating a tight community of learners in your class. The Pearson eText companion app allows existing subscribers to access their titles on an iPad or Android tablet for either online or offline viewing.
  • Dynamic grading and assessment ensure your students' submissions are automatically graded, both saving you time, and offering students immediate learning opportunities. Gradebook results can be exported to Excel to use with your LMS.

Table of Contents

  • 1: GETTING STARTED
  • 2: CONSOLE INPUT AND OUTPUT
  • 3: FLOW OF CONTROL
  • 4: DEFINING CLASSES I
  • 5: DEFINING CLASSES II
  • 6: ARRAYS
  • 7: INHERITANCE
  • 8 POLYMORPHISM AND ABSTRACT CLASSES
  • 9: EXCEPTION HANDLING
  • 10: FILE I/O
  • 11: RECURSION
  • 12: UML AND PATTERNS
  • 13: INTERFACES AND INNER CLASSES
  • 14: GENERICS AND THE ArrayList CLASS
  • 15: LINKED DATA STRUCTURES
  • 16: COLLECTIONS, MAPS AND ITERATORS
  • 17: SWING I
  • 18: SWING II
  • 19: JAVA NEVER ENDS
  • 20: APPLETS AND HTML
  • Appendix 1 KEYWORDS
  • Appendix 2 PRECEDENCE AND ASSOCIATIVITY RULES
  • Appendix 3 ASCII CHARACTER SET
  • Appendix 4 FORMAT SPECIFICATIONS FOR printf
  • Appendix 5 SUMMARY OF CLASSES AND INTERFACES
  • INDEX