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 are the different ways we can maintain state between requests?
What is the use of request dispatcher interface?
What are the supporting protocol by HttpServlet ?
How does tomcat servlet container work?
How to make sure a servlet is loaded at the application startup?
What is life cycle of Servlet?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
Which HTTP method is non-idempotent?
Write a program to show the functionality of doget and dopost method?
When servlet is loaded?
What are the types of Session Tracking ?
Can a jsp be called using a servlet?
When should you prefer to use doget() over dopost()?
What is the difference between Servlets and Applets?
How do servlets work?