Answer Posted / guest
Threads that work in the background to support the runtime
environment are called daemon threads. For example, the
clock handler thread, the idle thread, the screen updater
thread, and the garbage collector thread are all daemon
threads. The virtual machine exits whenever all non-daemon
threads have completed. The daemon threads are then all
automatically stopped when the JVM shuts down.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the infobus?
Which container method is used to cause a container to be laid out and redisplayed?
What is an abstract method?
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 if the static modifier is removed from the signature of the main method?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is the purpose of the notify() method?
What is the form of storage space in java?
Name three component subclasses that support painting?
Can I run seam with jdk 1.4 and earlier?
What state does a thread enter when it terminates its processing?
Is it possible to stop the execution of a method before completion in a sessionbean?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is aop(assepct oriented programing)?
What is metaspace?