What method is used to create the daemon thread?
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 |
how convert java file to jar files?
Why is main purpose of XML?
How two threads will communicate with each other?
whats is mean by filter?
Why use a datasource when you can directly specify a connection details?
the advantages of polymorphic
Explain the different types of memory used by jvm?
Is multiple try block is possible in single java Application......
how to use debug in my elipse to solve problems that exist in my project
difference between applicationserver and webserver
which book is better for jdbc ,servlets and jsp
Explain about RMI Architecture?