Answer Posted / janet
1. a server loads and initializes the servlet by init()
method.
2.the servlet handles zero or more client's requests
through service() method .
3. the server removes the servlet through destroy() method.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Define declaration.
What are the important functions of filters?
What are the differences between forward() method and sendredirect() methods?
What's the advantages using servlets than using cgi?
What is the difference between jsp and servlet life cycle?
Is servlet thread safe?
What is api in servlet?
Why HttpServlet class is declared abstract?
What are the features added in Servlet 2.5?
What are its drawbacks of cgi?
What is the directory structure of a war file?
Explain load on start-up and its importance?
Explain the methods of request dispatcher in servlet?
How do servlets work?
How is the get () method different from the post() method?