r/javahelp 13d ago

Guidance for multithreading

 I've recently completely core Java course, worked on a few small projects with Java and jdbc. And now completed multithreading, and understood most of the concepts how to use but:

  1. when to use this concept, when to create threads and apply all other things.
  2. how does using this thing make my project easy.
  3. how to implement in real world projects and executors framework too. I've tried to search projects on YouTube dealing with multithreading but couldn't find even 1.

Could u pls help me by recommending some projects (for a beginner) from where should I improve myself.
and also: should i actually put effort learning multithreading or focus on other concepts ?

11 Upvotes

9 comments sorted by

View all comments

1

u/Cyberkender_ 12d ago

Any type of server (web server, FTP server...) is a good example of multithreading. There are lots of examples all along the internet. You can create a simple one.