Items related to Problem Solving with Java: International Edition

Problem Solving with Java: International Edition - Softcover

 
9780321210784: Problem Solving with Java: International Edition

This specific ISBN edition is currently not available.

Synopsis

Problem Solving with Java teaches the sound problem solving skills that beginning programmers must understand alongside the basics of object-oriented programming using Java. The book emphasizes the use of objects and classes from the beginning by providing the basics of OOP from the start, but delaying the complications of the AWT, Swing, and more theoretical concepts of OOP until later.

The authors' approach is to design a worker class or support class for each problem. The worker class has data fields for storing the problem inputs and it has methods that implement the algorithm needed to solve the problem. There is a separate application class that instantiates a worker object, passes data to this object, and then displays the results returned by the worker object. In this way, the student is introduced to the importance of object interaction and separation of concerns from the very beginning. The worker class knows how to solve the basic problem (units conversion, computation of area, etc.). The application class knows how to get the data from the user and display it. This approach better prepares students for the use of applets and GUIs. The worker class can be used without modification by an applet that performs the functions of the application class.

"synopsis" may belong to another edition of this title.

From the Back Cover

Problem Solving with Java, Second Edition provides an accessible introduction to programming that carefully balances the problem-solving skills all beginning programmers need to develop with the essential constructs of the Java programming language.

This edition includes coverage of:
  • Problem-Solving: Strong problem-solving skills are emphasized through 20 Case Studies, 10 of which are new to this edition. Each emphasizes the classic Koffman 5-step approach: problem specification, analysis, design, implementation, and testing.
  • Object-Oriented Design: Principles of object-oriented design are used throughout, building up to an in-depth discussion of object-oriented design midway through the book. Inheritance, interfaces, and abstract classes are introduced by examining several case studies that use these features.
  • Applications and Applets: Coverage of both applications and applets is provided throughout, including several examples of each.
  • Graphical User Interface: The material describes how to build GUIs using swing components. It also shows how to use class Jframe to write applications that have GUIs.
  • Input and Output: Most programs in the hook use standard Java I/O methods. An optional package using class methods for input, based on class , JoptionPane, to simplify data entry with dialog windows can also be used.
  • Streams and Files: A new chapter covers streams and files, including coverage of streams of characters and streams of binary files, as well as demonstrations of how to read and write files of objects.

"About this title" may belong to another edition of this title.

(No Available Copies)

Search Books:



Create a Want

Can't find the book you're looking for? We'll keep searching for you. If one of our booksellers adds it to AbeBooks, we'll let you know!

Create a Want

Other Popular Editions of the Same Title