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 |
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
what is singleton class? where it mainly used in the projects?
Why is main purpose of XML?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the purpose of the wait(), notify(), and notifyall() methods?
Can I run seam outside of jboss as?
explain session tracking. why we used it
What is a policy?
Java is fully object oriented languages or not?
Which Taglibraury you used in your project? plz send me ans....which we r using generally
What is ioc concept?
Differences between applications and applets?