Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

are there answers to all Head First Java "sharpen your pencil" exercises?

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been looking all over the net to find answers for the sharpen you pencil exercises in head first java (first edition), but all i've found is answers to part one of the book - only chapters 1-8...

Does anyone know where i can find answers to chapter 9-17?

Did they ever even publish this?
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Isn't it in your book you bought?

Mark
 
Rob Rohrer
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are answers at the *end* of all chapters to the exercises at the *end* of all chapters.

I am refering to the "sharpen your pencil" exercises which appear intermittently throughout each chapter. I did find the solutions to ch. 1-8 on google at www.wickedlysmart.com/HeadFirst/HeadFirstJava/sharpens/SharpensOne.pdf

However, I haven't been able to find answers to ch. 9-17 and replacing 'Two' for the 'One' in that link doesnt' pull anything up... seems rather disorganized the way wickedlysmart.com is laid out.

any ideas?
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I read in the text that we could find 'suggested' solutions at www.wickedlysmart.com.
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys -

The solutions for the 2nd half of the book are not available

A lot of teachers asked us NOT to publish those solutions so that the exercises could be used in the classroom... Given that this IS JavaRanch, I'm sure that if you want to post your solutions here you'd get lots of valuable feedback

hth,

Bert
 
Rob Rohrer
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Indeed, I surmised this to sadly be the case.

However, I have discovered a work around in many cases where i simply test my answers by compiling test code...

takes longer but relieves the wonder and anxiety of the uncertain...
 
reply
    Bookmark Topic Watch Topic
  • New Topic