Thursday, July 16, 2009

What are Daemon threads and how can you create one?


What?
It is a thread which runs in the background and stops when the programm is not running.

How to create one?
Thread.Isbackground=true




www.codecollege.NET

No comments:

Post a Comment