Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / priyanjan
servlet container creates the init() method
| Is This Answer Correct ? | 17 Yes | 15 No |
Post New Answer View All Answers
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What methodology can be followed to store more number of objects in a remote server?
What are common tasks performed by Servlet Container?
List out the difference between ServletConfig and ServletContext?
What is the default http method in the servlet?
What is servlet in tomcat?
what do you understand by url rewriting?
What is servletconfig?
What is the use of servlet wrapper classes?
What is the process to implement doget and dopost methods?
Why doesn’t a servlet include main()? How does it work?
Why doesn’t a servlet include main()?
What are the life-cycle methods for a servlet?
Why do we have servlet wrapper classes?
What are the drawbacks of cgi?