how a servlet is instantiated, whether the container calls
init() or by calling any other method? please somebody reply..
Answer Posted / ravikiran.chd
no beofre the init() method call the servlet instantiation
happens while the container calls the no-arg constructor of
the servlet
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
If servlet receives multiple requests, how many objects will it create?
How do we go with database connection and log4j integration in servlet?
How do you run a servlet?
What are the types of servlet?
Describe some assignments that are executed by servlet container?
What is api in servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
How do you find out what client machine is making a request to your servlet
What are the steps that are involved in using the httpservlet class?
What is the functionality of actionservlet and requestprocessor?
What are the exceptions thrown by servlets? Why?
What is called a session?
What is pure servlet?
How native code can be used in a servlet?
What is the use of welcome-file-list?