-
Contributing Member
Last edited by psuresh1982; 02-19-2008 at 03:06 AM.
-
Junior Member
Re: test
Daemon thread :
Are service providers for other threads running in the same process.
Thread that works in the background to support the runtime environment are called Daemon Thread:"
Runs continuously in background.
To Specify the thread is a Daemon thread call setDaemon() with argument true.
To determins thread is Daemon thread use isDaemon().
setDaemon() must be called before the thread start().
-
Junior Member
Re: deamon thread
daemon thread is a thread only whi runs by jvm in the background like garbagecollection etc
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules