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 a modular application?
Which javutil classes and interfaces support event handling?
How substring() method of string class create memory leaks?
Is a class a subclass of itself?
What is the purpose of the wait() method?
Explain ioc concept?
Are we allowed to change the transaction isolation property in middle of a transaction?
What is a policy?
What are the different algorithms used for clustering?
Should synchronization primitives be used on bean methods?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Define prototype?
What’s jboss jbpm?
Write a program to show synchronization?
What is an abstract method?