Results 1 to 3 of 3

Thread: deamon thread

  1. #1
    Contributing Member
    Join Date
    Sep 2006
    Answers
    962

    deamon thread

    what is deamon thread?

    Last edited by psuresh1982; 02-19-2008 at 03:06 AM.

  2. #2
    Junior Member
    Join Date
    Mar 2007
    Answers
    3

    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().


  3. #3
    Junior Member
    Join Date
    Feb 2008
    Answers
    3

    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
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact