Java Pitfalls: Time-Saving Solutions and Workarounds to Improve Programs

Java Pitfalls: Time-Saving Solutions and Workarounds to Improve Programs

by Michael C. Daconta (Author), Eric Monk (Author), J. Paul Keller (Author), Keith Bohnenberger (Author)

Synopsis

A lifesaver for any Java programmer-proven workarounds and time-saving solutions Although using the Java language provides a substantial boost to a programmer's productivity, it still has its share of subtleties andweaknesses. This book is designed to save you time and frustration by carefully guiding you through this potential minefield. A team of Java experts, led by programming guru Michael Daconta, offers a collection of proven solutions to 50 difficult, real-world problems chosen from their own extensive experiences. You'll find workarounds for problems caused by shortcomings in both the Java language itself and in its APIs and utilities, including java.util, java.io, java.awt, and javax.swing. The authors also share techniques for improving the performance of your Java applications. For easy reference, the book is organized into categories so that similar solutions are grouped together. Examples of topics covered include: Language syntax, for example, using the String equals( ) method instead of the == operator (Item2) Language support, for example, method dispatching with reflection, interfaces, and anonymous classes (Item 16) Utilities and collections, like choosing between a PropertyFile and ResourceBundle (Item 20) Input/output, including subtleties in sending serialized objects over a network (Item 25) GUI presentation, for example, tackling the common pitfall of using repaint( ) instead of validate( ) for relaying out components (Item 29) Performance, including tips like lazy loading your way to better performance (Item 43)

$3.46

Save:$30.63 (90%)

Quantity

2 in stock

More Information

Format: Paperback
Pages: 336
Publisher: John Wiley & Sons
Published: 01 Jun 2000

ISBN 10: 0471361747
ISBN 13: 9780471361749

Media Reviews
Any programmers office would benefit from having at lest one copy of this book hanging around. (Application Development Adviser, September 2000) I found the book useful... (Cvu, February 2001)
Author Bio
MICHAEL C. DACONTA is President of Synergy Solutions, Inc., where he conducts training seminars and develops advanced systems with Java, JavaScript, and XML. He is a Sun-certified Java programmer and author of Java 2 and JavaScript for C and C++ Programmers and C++ Pointers and Dynamic Memory Management. ERIC MONK is a software developer for Universal Systems Inc., where he develops medical software using a wide variety of technologies. He is also a coauthor of Java 2 and JavaScript for C and C++ Programmers. J. PAUL KELLER is a Director of Technology at Sterling Software. He is a Sun-certified Java programmer who has been developing software for twenty years. KEITH BOHNENBERGER is a Senior Software Engineer at Sterling Software. He is a Sun-certified Java programmer who has been developing software for seven years.