Related Titles
- Full Description
-
Learning to design objects effectively with Java is the goal of Beginning Java Objects: From Concepts to Code, Second Edition. Plenty of titles dig into the Java language in massive detail, but this one takes the unique approach of stepping back and looking at fundamental object concepts first. Mastery of Javafrom understanding the basic language features to building complete industrial-strength Java applicationsemerges only after a thorough tour of thinking in objects.
The first edition of Beginning Java Objects has been a bestseller; this second edition includes material on the key features of J2SE 5, conceptual introductions to JDBC and J2EE, and an in-depth treatment of the critical design principles of model-data layer separation and model-view separation.
Despite the plethora of beginning Java titles on the market, this book is truly unique in its coverage of three critical topicsobject concepts, UML modeling, and Java programmingwithin a single cover. Its ideal for both individual self-study and as a university-level textbook. Let Beginning Java Objects, Second Edition be your guide!
- Source Code/Downloads
- Errata
-
If you think that you've found an error in this book, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.
On page 86:
Table 3-3 is incorrectly labeled Student Class Attributes. It should read: Professor Class Attributes.
Thanks.
On page 131:The error is with the word below in all caps: parameter. It should read ATTRIBUTE.
public void updateMajor( String major ) {
// In the next line of code, "this.major" on the left side
// of the assignment statement refers to the PARAMETER....
}
On page 492:SQLWarning is a direct subclass of the generic Exception class.







