• 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

Thanks to Kathy Sierra and Bert Bates

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for writing such a wonderful book for SCJP6.

It nicely covered everything that appeared on the exam. And perhaps it covered even more.

Without this book SCJP certification would have been lot more difficult.

Best Regards,
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your kind words Shahriar, I'll tell Kathy what you said!

Bert
 
Shahriar Husain
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bert Bates wrote:Thanks for your kind words Shahriar, I'll tell Kathy what you said!




You are most welcomed.
 
Ranch Hand
Posts: 196
Android Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bert Bates wrote:
Thanks for your kind words Shahriar, I'll tell Kathy what you said!
Bert



yes....
really it's a great book.........

sir is it enough to take all the mock tests on K&B book and the appear for scjp6 exam....
am going to take it shortly....
will you please help me.....

also one more question......

in hash map if an object is put into a particular bucket based on a key and if the key is lost, will the value gets lost?
is the bucket for a value decided only based on the key??


 
Shahriar Husain
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Karthik.

To get Bert's attention to your question, you should open another new topic. This thread has already been visited by Bert and replied, so it is unlikely that he might be visiting again.
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

karthick chinnathambi wrote:in hash map if an object is put into a particular bucket based on a key and if the key is lost, will the value gets lost?
is the bucket for a value decided only based on the key??



Yes, the bucket value is decided on the key. There is only a bucked if there is a key in it. So if there is a key in a bucket, it can't be lost...
 
reply
    Bookmark Topic Watch Topic
  • New Topic