Beginning Programming with Java For Dummies, 4th Edition
by Barry Burd
For earlier editions, visit my main page.
Download the code!
Download GUI versions of many of this book's examples (as an Eclipse workspace)
They moved Java FX Scene Builder! To download JavaFX Scene Builder, visit http://gluonhq.com/open-source/scene-builder/ or this URL.
Talk to me:
How to create your own Javadoc pages
Errata:
- In Chapter 4, on Page 85, the second sentence of the TechnicalStuff paragraph should read: "For example, in the United States, you write 1,234,567,890.55." The character before 55 should be a dot, not a comma. (Thanks to Bruce Fleming for catching this error.)
- In Chapter 9, change "(The call to getLine waits for the user to type some stuff, and then press Enter.)" to "(The call to nextLine waits for the user to type some stuff, and then press Enter.)" Thanks to Eyal Sade for finding this typo.
- In Chapter 15, your download might be missing a hotelData file. You can get the file here.