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
How do you load an image in a Servlet?
why we should override only no-agrs init() method.
What is the advantage of Servlets when compared with other server side technologies?
Is tomcat a servlet container?
What are the new features added to servlet 2.5?
Explain url encoding in servlet?
What is difference between get and post method?
Difference between forward() method and sendredirect() method ?
What is servlet used for?
Explain the working of service() method of a servlet.
What are the types of protocols supported by httpservlet ?
What do you mean by singlethreadmodel interface?
What are the annotations used in servlet 3?
What are some disadvantages of storing session state in cookies?
What are some advantages of storing session state in cookies?