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 different class loaders used by jvm?
What is JTS?
What is the form of storage space in java?
Why does the option tag render selected=selected instead of just selected?
Why a client should be multithreading? Explain.
What is the relation between the infobus and rmi?
Is infobus easy to use?
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??
which type of objects reference will be given to client?
How to determine SGA site?
For which statements does it make sense to use a label?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Is a class a subclass of itself?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Name three component subclasses that support painting?