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 class is used to create Server side object ?
How to implement RMI in Java?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What must a class do to implement an interface?
Why does the option tag render selected=selected instead of just selected?
What is mdb and what is the special feature of that?
Do I have to use jsps with my application?
how to use debug in my elipse to solve problems that exist in my project
What is the difference between a static and a non-static inner class?
Explain about thread synchronization inside a monitor?
what is meant by JRMP?
How to determine SGA site?
What is the map interface?
What value does read() return when it has reached the end of a file?
What are the diff types of exception?