• 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

Suggestion

 
Ranch Hand
Posts: 662
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can Somebody suggest me a Nice place where to go about reading threads and synchronization?
I'm still finding it difficult getting hold of these concepts even after enough googling!!

Some Nice site where I could learn Threads inside out.

Thanks in Advance.
 
Ranch Hand
Posts: 1170
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can buy a book at the bookstore. Go to you local bookstore and readup and keep the best one you find.

Wrox has some Java books by ivor horton that I thought were good when i was learning java and threads. Threads are pretty simple. But concurrent programming can be tricky.
 
Arun Kumarr
Ranch Hand
Posts: 662
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You.
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.oreilly.com/catalog/jthreads2/
http://www.amazon.com/exec/obidos/tg/detail/-/0672315858/104-6441326-0024737?v=glance

[edited]
Have you tried something from the original vendors??
http://java.sun.com/docs/books/tutorial/essential/threads/
[ August 08, 2005: Message edited by: Adeel Ansari ]
reply
    Bookmark Topic Watch Topic
  • New Topic