Features
- Cover Type: Paperback with 525 pages
- Published by: Jones and Bartlett Publishers, Inc.
- Edition: 1st Edition November 25, 2002
- Written in: English
- ISBN 10 Number: 0763717614
- ISBN 13 Number: 978-0763717612
-
Book Dimensions:
9 x 7.3 x 1.2 inches
- Weighs: 1.9 pounds
Product Description
Uses an object-based approach to the introduction of Computer Science using Java.
Book Info
Uses an object-based approach to the introduction of computer science using Java as the computer programming language. Includes fifty completely worked examples. Softcover.
Reader ReviewsSince this book came out, there have been at least 2 major revisions of Java. But, you know what, don't worry. At the level of treatment in the text, it is not closely connected to the latest in Java. Beside, as Java gets upgraded, it tends to be a superset of older versions. What Hughes does is use Java as a good language in which to imbue the precepts of computing. If you have never programmed before, you should probably start with an object oriented language. Skip Fortran, Pascal and C. Well, given Java's popularity, it's a natural choice. Some of the early chapters deal with material that is not restricted to OO languages. Like the if-else construct. Or for loops. You should not have any problems with these. Later in the text, it actually goes into how you can think in OO terms, and how to map these into actual source code.