1.

What Is The Difference Between Normal Thread And Daemon Thread?

Answer»

Normal threads do mainstream activity, whereas DAEMON threads are USED LOW priority WORK. Hence daemon threads are also STOPPED when there are no normal threads.

 

Normal threads do mainstream activity, whereas daemon threads are used low priority work. Hence daemon threads are also stopped when there are no normal threads.

 



Discussion

No Comment Found