
Java: An Introduction to Problem Solving and Programming
Description
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 applications, Java: An Introduction to Problem Solving and Programming, 8th Edition introduces readers 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 authors tried-and-true pedagogy incorporates numerous case studies, programming examples, and programming tips, while flexibility charts and optional graphics sections allow readers to review chapters and sections based on their needs. This 8th Edition incorporates new examples, updated material, and revisions.
More details
Other editions
Previous edition

Persons
Walter Savitch is Professor Emeritus of Computer Science at the University of California at San Diego. His interests include complexity theory, formal language theory, computational linguistics, and the development of computer science education materials, including several leading textbooks. He holds a PhD in mathematics from the University of California at Berkeley.
Content
- 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
- 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