You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Thread.currentThread().setDaemon(true); // impossible to change the daemon nature of main thread .this line will rise an exception saying IllegalThreadStateException
DaemonDemod = newDaemonDemo(); // Child Thread
System.out.println(d.isDaemon()); // Daemon nature is inherited from parent to child