Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / v.bojjanna
first the web container call the servlet init(). after it
call the newInstance() for create the servlet object
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by deployment descriptor?
How the servlet is loaded?
What do you mean by annotations in servlet?
Can filter be used as request or response?
What are sessions in servlets?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What are the functions of the servlet container?
What's the difference between servlets and applets?
What is meant by a servlet?
What is servlet configuration?
What is the procedure for initializing a servlet?
What is meant by session? Tell me something about httpsession class?
Which method of the httpservletrequest object is used?
What are the annotations used in servlet 3?
Define the servlet mapping.