Product Description
Understanding Java provides a thorough introduction to the Java programing language and also imparts an understanding of the way things are in Java.The overall aims of
Understanding Java by Barry Cornelius are to introduce the main aspects of programming, to explain the constructs available in the Java programming language and to create an appropriate foundation for the construction of large programs. Barry Cornelius has taught courses in Java at the University of Durham since 1996. This book is based on material taught by the author to students that are new to programming.
From the Author
Providing a thorough understanding of JavaBooks on Java abound. What makes this book different is that, it not only provides a thorough introduction to the Java programming language, but it also imparts an understanding of the way things are in Java.
The overall aims of the book are to:
(a) introduce the main aspects of programming;
(b) explain the constructs available in the Java programming language;
(c) create an appropriate foundation for the construction of large programs.
I have taught courses in Java at the University of Durham (UK) since 1996. This book is based on material that I have taught to students that are new to programming.
Key features
(a) This book teaches interface declarations at the same time as class declarations.
(b) It suggests that each class should have methods called equals, hashCode, compareTo (if appropriate), toString and a constructor for cloning.
(c) The book demonstrates how to provide a Java program with user interfaces involving components such as buttons, textfields, dialog boxes and menus (using the Swing API).
(d) It uses the Collections API in preference to teaching the student to implement the code for the classic data structures.
(e) The book uses the WWW pages that document the Core APIs.
(f) Each chapter of the book ends with some useful tips for programming and debugging, and a section entitled "curios, controversies and cover-ups".
(g) As well as containing the code of all the examples that appear in the book, the book's website contains the code of a primitive WWW browser written in Java and a set of suggested solutions to some of the exercises.
See all Product Description