Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / madhusudhan
init(ServletConfig cg)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are common tasks performed by Servlet Container?
How do you communicate in between Applets and Servlets?
Write a command to get actual path of a servlet to the server?
What is a servlet context?
Can we override servlet service method?
Servlet is pure java object or not?
What is the process to implement doget and dopost methods?
What do you mean by url pattern in servlet?
What are the mechanisms used by a servlet container for maintaining session information?
What are different Authentication options available in Servlets.
What is servlet container. how it works?
What is the difference between Difference between doGet() and doPost()?
What is the difference between servlet and filter?
What is URL Encoding?
What are the types of an http request?