Answer Posted / madan
init() method of the servlet is loaded by the servlet
container which resides in the server.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are some advantages of storing session state in cookies?
What do you mean by request dispatcher in servlet?
What do you mean by filter in servlet?
Can servlet have a constructor ?
What is the servletconfig object?
What is the process for chaining servlet?
How can we include static files in the jsp page?
What is the difference between CGI and Servlet?
How to notify an object in session when session is invalidated or timed-out?
List some life cycle methods of a servlet.
What is the difference between a generic servlet and http servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is servlet interface?
How is a servlet implemented in code?
What is the difference between 2 types of servlets?