IntelliJ Java IDE
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 and Education » 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: 8439
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.
 
 
subject: Head First Java 2nd Ed. source code
 
Threads others viewed
Head First java edition
Java, Linux, AMD64
Which book to choose
What does the SCJP 5.0 upgrade exam do?
QuizCard source code
IntelliJ Java IDE