Explain threads in Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Explain threads in Java

What are threads in Java, how important it is to use threads in programs and what are things to learn on this topic.

23rd Sep 2017, 4:11 AM
Nikhil Shrivastava
Nikhil Shrivastava - avatar
1 Answer
+ 10
Oracle provides a quite good tutorial about threads: https://docs.oracle.com/javase/tutorial/essential/concurrency/index.html Additional to this you should take a look at some common problems for multi-threading like deadlock, updating shared objects, gui interaction...
23rd Sep 2017, 8:28 AM
Tashi N
Tashi N - avatar