• 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

Good tutorial on util.concurrent

 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys,

I want to know is there any excellent tutorial for java.util.concurrent package? Or book which explains In and Out (How to use/what happens) of java.util.concurrent package classes???

Cheers,
Nachiket
 
Bartender
Posts: 1638
IntelliJ IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java concurrency in practice is a great book to study about concurrency in general.

P.S.: You have posted this topic twice. Can you take a minute and delete this duplicate
 
Nachiket Patel
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Nitesh,
And Sorry, i am unable to delete it.
As i am not sheriff.

I think someone else has to do it.

Regards,
Nachiket
 
Nitesh Kant
Bartender
Posts: 1638
IntelliJ IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Nachiket:
And Sorry, i am unable to delete it.
As i am not sheriff.



You can delete your own posts, you do not need to have extra permissions for that.
You just have to click on the edit button () on top of your post (the first post in case of a new topic) and check delete post checkbox. Press Edit Post button and viola you are done
 
Nachiket Patel
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Nitesh
I was trying options (Close Topic Move Topic Delete Topic ) available at end of each topic.

Cheers,
Nachiket
 
Nachiket Patel
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you know any tutorial for util.concurrent package.
Where for each class, example code is explained???

Regards,
Nachiket
 
Master Rancher
Posts: 4796
72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Aside from the book Nitesh suggested, there's Sun's Java tutorial. Their concurrency tutorial starts here, while most of the java.util.concurrent stuff is discussed later on here. Another book that covers this material is Java Threads, coauthored by our own Henry Wong. There have also been a variety of articles online - if you want more info about how to use a particular class (beyond, of course, the API), you can always google the class name, possibly along with "java" or "examples"
[ December 17, 2008: Message edited by: Mike Simmons ]
 
Nachiket Patel
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for guidance mike.
 
Rancher
Posts: 4803
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I like Henry's book, I've bought it twice already. Java Threads, published by O'Reilly.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic