Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / jeyanthinathan
init()
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
What are Servlets?
What are the servlet events?
Explain the difference between get and post method in servlet?
What is http servlet?
Explain the difference between servletconfig and servletcontext in servlet?
Explain jsessionid and when is it created?
If a servlet is not properly initialized, what exception may be thrown?
What are the mechanisms used by a servlet container for maintaining session information?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is http servlet? Explain with the help of an example.
Why do we have servlet wrapper classes?
What are the types of servlets? Explain
What is the use of httpservletresponsewrapper?
What is java servlet?