Skip to content

Introduction to Programming with Java A Problem Solving Approach

Best in textbook rentals since 2012!

ISBN-10: 0073047023

ISBN-13: 9780073047027

Edition: 2008

Authors: John Dean, Ray Dean

List price: $96.00
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

This book teaches the reader how to write programs using Java. It does so with a unique approach that combines fundamentals first with objects early. The book transitions smoothly through a carefully selected set of procedural programming fundamentals to object-oriented fundamentals. During this early transition and beyond, the book emphasizes problem solving. For example, Chapter 2 is devoted to algorithm development, Chapter 8 is devoted to program design, and problem-solving sections appear throughout the book. Problem-solving skills are fostered with the help of an interactive, iterative presentation style: Here's the problem. How can we solve it? How can we improve the solution? Some…    
Customers also bought

Book details

List price: $96.00
Copyright year: 2008
Publisher: McGraw-Hill Higher Education
Publication date: 12/29/2007
Binding: Paperback
Pages: 848
Size: 7.25" wide x 9.00" long x 1.25" tall
Weight: 2.684
Language: English

Introduction to Computers and Programming
Algorithms and Design
Java Basics
Control Statements
Using Pre-Built Methods
Object-Oriented Programming
Object-Oriented Programming-Additional Details
Software Engineering
Classes with Class Members
Arrays and Array Lists
Type Details and Alternate Coding Mechanisms
Composition and Inheritance
Inheritance and Polymorphism
Exception Handling
Files
GUI Programming Basics
GUI Programming-Component Layout, Additional GUI Components
Unicode/ASCII Character Set with Hexadecimal Codes
Operator Precedence
Java Reserved Words
Packages
Java Coding-Style Conventions
Javadoc
UML Notations Used in this Book
Recursion
Multithreading