Answer Posted / ranganathkini
the Thread.setDaemon() has to be invoked. It takes one
boolean param indicating if the thread is a daemon thread
or not. the setDaemon() has to invoked before the start()
method is called on the thread, else an
IllegalThreadStateException is throw indicating that the
thread is active and its daemon state cannot be altered.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Will the general public have access to the infobus apis?
Can I use multiple html form elements with the same name?
Explain what is synchronization?
Explain about RMI Architecture?
What restrictions are placed on the values of each case of a switch statement?
Where can I ask questions and make suggestions about seam?
What is chat area? Explain.
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
How to implement RMI in Java?
What are the call back methods in entity bean?
What is threadfactory?
Name the eight primitive java types.
How primary key is implemented in Oracle?
Why are some of the class and element names counter-intuitive?
which book is better for jdbc ,servlets and jsp