• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java: the Complete Reference

 
author
Posts: 799
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is becoming my boilerplate question.

I searched at Amazon and browsed at herbschildt.com. Where can I find a complete table of contents?

thanks,
Jeff
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
TOC

It has a link to sample chapter, too. The sample chapter link didn't work a minute ago.
 
Author
Posts: 253
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jeff:

The link that Carol provided is correct for the TOC. (Thanks Carol!) I will contact McGraw-Hill to find out why the sample chapter link is not working. I am sure that they will get it fixed soon.
 
Jeff Langr
author
Posts: 799
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Herb!
 
Herb Schildt
Author
Posts: 253
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A sample chapter (Chapter 1) is now available for download on the Osborne web site.
 
Ranch Hand
Posts: 884
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Herb Schildt:
A sample chapter (Chapter 1) is now available for download on the Osborne web site.



Would honestly prefered if Chapter 12 or 14 was the sample chapter instead. At least it would tell us something new, which the book is geared towards (telling us new stuffs about J2SE 5.0), rather than telling us something most of us knew.

Just my thoughts.
 
Carol Enderlin
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree that something a little meatier would be nice. And it would be great if it included some new feature even if the whole chapter weren't new.

Maybe it's just me, but Java history...
 
Herb Schildt
Author
Posts: 253
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
McGraw-Hill controls which chapters they post as samples. Personally, I was hoping that they would post chapter 5, which contains material about the new for-each style for loop, but ...

With all the requests, perhaps I can get them to change the chapter, but it will probably take a week or two....
 
Herb Schildt
Author
Posts: 253
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One other point: I think that McGraw-Hill chose Chapter One because it sets the tone for the book, which is a serious, in-depth description of the Java language, its libraries, its philosophy, and application.

However, I would still have choosen Chapter 5!
 
Carol Enderlin
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I vote for chapter 5!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic