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 the purpose of the wait() method?
What is glasgow?
Which javutil classes and interfaces support event handling?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the purpose of the finally clause of a try-catch-finally statement?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is the immediate superclass of the applet class?
How primary key is implemented in Oracle?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What are the purpose of introspection?
What is threadfactory?
What restrictions are placed on the location of a package statement within a source code file?
Do I have to use jsps with my application?
To what value is a variable of the string type automatically initialized?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)