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

Threads

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello everyone,
can anyone of you tell me where i can
find information, examples on java Threads.
best regards
Lu�s Filipe Meira
 
Ranch Hand
Posts: 3271
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out the SCJP links here at JavaRanch. There is a section on that page with links specifically for learning about threads. Also, if you have specific questions, do some searches in this forum - I'm sure you'll find lots of information.
Happy hunting!
Corey
 
Ranch Hand
Posts: 775
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) The Java tutorial (at java.sun.com) has material on threads. I strongly suggest that you go through the tutorial.
2) The Simon Roberts et al cert book has a good section on threads.
3) The first few chapters of the "Taming Java Threads" by Allen Holub is good when you want more detailed information on threading. Probably the whole book is good, but I found I only needed the first 3 or 4 chapters to really solidify my understanding... that and writing a bunch of little practice programs.
 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The java tutorial is good. I liked "Java Thread Programming: An Authoritative Solution" by Paul Hyde. You may read my review of it here and see if it sounds like the right book for you.
 
If you send is by car it's a shipment, but if by ship it's cargo. This tiny ad told me:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic