My Head First Java, 2nd Edition book says that the source code can be downloaded from headfirstjava.com. I do not see it there. Can anyone tell me where to find the source.
Bert Bates
author
Sheriff
Joined: Oct 14, 2002
Posts: 8712
posted
0
Good timing!
Turns out that our old code (even the non-generic stuff), wasn't quite as automatically re-compiled as Sun would like you to believe :roll:
We will have it posted on wickedlysmart.com in the next day or to, and we'll send it to O'Reilly to have it posted there too.
- Bert
Eliminate fossil fuel subsidies. (If you're not on the edge, you're taking up too much room.)
James Jennings
Greenhorn
Joined: Mar 03, 2005
Posts: 25
posted
0
Chapter 6, DotComBust.java
if (numOfGuesses <= 9) { System.out.println("It only took you " + numOfGuesses + " guesses. You get the Enron award!");