• 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

Could anyone tell me best book for Learning Java Multi threading?

 
Greenhorn
Posts: 28
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Ranchers,
Good Morning.Could anyone suggest me a very good book for java muti-threading.I'm good with core java but I really want to learn multi-threading(Good Multithreading).I googled it and learnt that Java concurrency in practice is the best book for learning real multi threading.But some people say that it's not a beginner's book.So, please clarify and suggest me.

Thank you.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The two books mentioned in the https://coderanch.com/how-to/java/ThreadsAndSynchronizationFaq are both good.
 
Ranch Hand
Posts: 94
1
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can also start from the tutorials here.
 
Rancher
Posts: 1090
14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does Java Concurrency in Practice have examples that use Swing and awt components? I don't have any background on Swing and awt components and all the tutorials I see around on Swing and awt seem very lengthy and boring. It seems most books on Threads use awt and Swing examples.
 
reply
    Bookmark Topic Watch Topic
  • New Topic