Java: An Introduction to Problem Solving and Programming - Walter Savitch
2011 | Walter Savitch | Addison Wesley | ISBN: 0132162709 | PDF | 984 pages | 7.6 Mb
2011 | Walter Savitch | Addison Wesley | ISBN: 0132162709 | PDF | 984 pages | 7.6 Mb
Java: An Introduction to Problem Solving and Programming, 6e, is ideal for introductory Computer Science courses using Java, and other introductory programming courses in departments of Computer Science, Computer Engineering, CIS, MIS, IT, and Business. Students are introduced to object-oriented programming and important concepts such as design, testing and debugging, programming style, interfaces inheritance, and exception handling. The Java coverage is a concise, accessible introduction that covers key language features. Objects are covered thoroughly and early in the text, with an emphasis on application programs over applets.
Java: An Introduction to Problem Solving and Programming, 6e, is ideal for introductory Computer Science courses using Java, and other introductory programming courses in departments of Computer Science, Computer Engineering, CIS, MIS, IT, and Business. Students are introduced to object-oriented programming and important concepts such as design, testing and debugging, programming style, interfaces inheritance, and exception handling. The Java coverage is a concise, accessible introduction that covers key language features. Objects are covered thoroughly and early in the text, with an emphasis on application programs over applets.
Updated for Java 7, the Sixth Edition contains additional programming projects, case studies, and VideoNotes.
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 and File I/O
Recursion
Dynamic Data Structures and Generics