Answer Posted / sreekanth madamanchi
Servlet can loaded in servlet container of web or
application server at the time of first request sent to
that servlet.
If we want to preinitialized the servlet by using <load-on-
startup> tag(Aritten in web.xml). If we use that tag,
servlet is intialized at the time of server start.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is threadfactory?
How to deploy Jar, War files in J2EE?
Explain about RMI Architecture?
How is a java object message delivered to a non-java client?
What is the purpose of the wait(), notify(), and notifyall() methods?
How task's priority is used in scheduling?
Define the remote object implementation?
Brief description about local interfaces?
What value does read() return when it has reached the end of a file?
What is bean? Where can it be used?
What is in-memory replication?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What are the design considerations while making a choice between using interface and abstract class?
What if the static modifier is removed from the signature of the main method?
What is meant by method chaining?