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
What are the call back methods in entity bean?
What is the difference between a menuitem and a checkboxmenuitem?
Can we sent objects using Sockets?
Do we need to override service() method
What is the purpose of the notifyall() method?
Why use a datasource when you can directly specify a connection details?
What are the different methods of identifying an object?
Is the ternary operator written x : y ? Z or x ? Y : z ?
How to determine SGA site?
What are JTA/JTS and how they used by client?
Will the general public have access to the infobus apis?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
What are externizable interface?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
which book is better for jdbc ,servlets and jsp