Java: an introduction to problem solving & programming. /
Walter Savitch, Kenrick Mock.
- 7th ed.
- 1023 p. : illustrations ; 24 cm
Includes index.
Contents: Introduction to computer basics -- 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 --