never had a deal with threads so can't get the whole conception of it. Can any one provide some examples with comments? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

never had a deal with threads so can't get the whole conception of it. Can any one provide some examples with comments?

1st Jul 2016, 7:31 AM
Андрей Рощин
Андрей Рощин - avatar
2 Answers
0
First you have to understand that a convensional program runs line by line, if it's oop or not. with that starting a new thread is like starting another program, it runs simultaneous to the main program. like above I don't have any examples on my phone but I've used threads for situations where I'm connecting to a database to save app data while the app does is normal operations.
16th Jul 2016, 2:20 PM
Dwayne Barsotta
Dwayne Barsotta - avatar
- 1
what is data structure and please prociger and please help me
16th Jul 2016, 8:24 AM
siddhik nizami
siddhik nizami - avatar