What is the importance of Thread? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the importance of Thread?

Hello, people on sololearn. I have so far learned the basics and fundamentals of programming, yet I am I little naive of Thread. Despite knowing the definition of the thread and ways of creating, Why is it necessary or a good practice to use a thread? Does it bear some benefits?

19th Jun 2017, 5:14 AM
Seth Moga
Seth Moga - avatar
1 Answer
+ 10
Multiple threads can be executed at the same time i.e. they can run in parallel.
19th Jun 2017, 5:27 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar