Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / m.gangadhar from sathya techno
The ServletContainer is used default zero argument
constructor to create servlet instance then after it calls
init(ServletConfig cg) it internally calls init()for
initialization puposes.
Plz guys init() is not used for creation of servlet instance
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
What are the types of Session Tracking ?
What is servlet in simple terms?
What exactly is a servlet?
Name the packages that work with servlet?
When jsessionid is created?
What is servlet? Explain
Name the different ways of session tracking.
What are different methods of session management in servlets?
What is servlet lazy loading?
Why jsp is better than servlet?
What exactly are the functions of servlet?
When should you prefer to use doget() over dopost()?
What if you need to span your transaction across multiple servlet invocations?
Describe some assignments that are executed by servlet container?
How do we go with database connection and log4j integration in servlet?