Hello
i want to know answer of some question regarding thread.
1-Which method is used for registering a thread with the thread scheduler ?
2-is it possible to get daemon thread directly?
3-When JVM start up,which thread will be started first?
4-Which thread is not allowed for sleep?
5-Is there a separate stack for each thread in JAVA?
6-Is self thread interruption possible?
if you know the answer of any of the question then please reply
Thanks