aspose file tools
The moose likes Bunkhouse Porch and the fly likes Head First Java 2nd Ed. source code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Books » Bunkhouse Porch
Reply Bookmark "Head First Java 2nd Ed. source code" Watch "Head First Java 2nd Ed. source code" New topic
Author

Head First Java 2nd Ed. source code

James Jennings
Greenhorn

Joined: Mar 03, 2005
Posts: 25
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
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
Chapter 6, DotComBust.java

if (numOfGuesses <= 9) {
System.out.println("It only took you " + numOfGuesses + " guesses. You get the Enron award!");

Real cool.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Head First Java 2nd Ed. source code
 
Similar Threads
QuizCard source code
Head First java edition
What does the SCJP 5.0 upgrade exam do?
Java, Linux, AMD64
Which book to choose