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 |
Can we define constructors in Servlet?
3 Answers Accenture, Opus, Wipro,
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Difference between swing and awt?
what is activation monitor and what is its job?
What is Stream Tokenizer?
How do u supress the parameters from the displaying in the url?
What are various types of class loaders used by jvm?
Explain what is orm?
Explain what is synchronization?
which book is better for jdbc ,servlets and jsp
What restrictions are placed on the location of a package statement within a source code file?
What is mdb and what is the special feature of that?