Java: An Introduction to Problem Solving and Programming, 8th edition
- Walter Savitch
- , Kenrick Mock
- Listen on the go
Learn how you like with full eTextbook audio
- Find it fast
Quickly navigate your eTextbook with search
- Stay organized
Access all your eTextbooks in one place
- Easily continue access
Keep learning with auto-renew
For courses in introductory Computer Science courses using Java, and other introductory programming courses in Computer Science, Computer Engineering, CIS, MIS, IT, and Business.
A Concise, Accessible Introduction to Java Programming
Ideal for a wide range of introductory computer science courses, Java: An Introduction to Problem Solving and Programming, 8th Edition introduces students to object-oriented programming and important concepts such as design, testing and debugging, programming style, interfaces and inheritance, and exception handling. A concise, accessible introduction to Java, the text covers key Java language features in a manner that resonates with introductory programmers. Objects are covered early and thoroughly in the text. The author’s tried-and-true pedagogy incorporates numerous case studies, programming examples, and programming tips, while flexibility charts and optional graphics sections allow instructors to order chapters and sections based on their course needs. This 8th Edition incorporates new examples, updated material, and revisions.
Published by Pearson (July 14th 2021) - Copyright © 2018
ISBN-13: 9780137503629
Subject: Programming - Introductory
Category: Java
Table of Contents
- Introduction to Computers and Java
- Basic Computation
- Flow of Control: Branching
- Flow of Control: Loops
- Defining Classes and Methods
- More About Objects and Methods
- Arrays
- Inheritance, Polymorphism, and Interfaces
- Exception Handling
- Streams, File I/O, and Networking
- Recursion
- Dynamic Data Structures and Generics
Appendices:
- Getting Java
- Running Applets
- Protected and Package Modifiers
- The DecimalFormat Class
- Javadoc
- Differences Between C++ and Java
- Unicode Character Codes
- Introduction to Java 8 Functional Programming
- The Iterator Interface
- Cloning
- Java Reserved Keywords