Search:

Type: Posts; User: tcstcs

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    1,247

    Re: When the default daemon thread starts?

    Suppose i have a program
    Public class Test{
    public static void main(String[] args)
    {
    }
    }

    When program starts execution,will there be 3 threads
    1. Non-Daemon thread which is there before...
  2. Replies
    5
    Views
    1,247

    Re: When the default daemon thread starts?

    thanks for the info
  3. Replies
    5
    Views
    1,247

    When the default daemon thread starts?

    When a Java Virtual Machine starts up, there is usually a single non-daemon thread. So when the default daemon thread is created?
Results 1 to 3 of 3