• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Java Programming Cookbook

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What makes your book stand out from the crowd of the endless number of java programming books?
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a similar concern to John's.

I graduated in August with a degree in Computer and Information Science and I kept my major textbooks. Also, being the geek that I am, I have many more books that explore aspects of programming that I was not able to learn in class.

What does your book have to offer knowledge-wise for people like me? Will the book help me bump up my skills to the next level?
 
Author
Posts: 253
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi John:

My cookbook is a "hands-on" guide that shows how to accomplish many common, practical tasks in Java. Thus, it assumes a basic, working knowledge of Java. As I explained in a previous reply, each recipe follows the same format and includes the following items:

. The key ingredients (classes, interfaces, and methods used by the recipe)
. Step-by-step instructions that show how to craft a solution.
. An in-depth discussion of the steps
. A complete example that puts the recipe into action.
. Options and alternatives

You can find a table of contents, along with chapter 1 (which introduces the book) at its pageon the McGraw-Hill web site.

An example recipe can be found on my web site. Just click on the book's title on the home page. In the description for the book, you will find a link to a sample recipe.

Also on my web site is a new commentary that explains why it "took me so long" to write the book. As you will see, I have been wanting to write a programming cookbook since my college days!
 
reply
    Bookmark Topic Watch Topic
  • New Topic