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
What is cookies in servlet with example?
What are the common methods that are included in the http servlet class?
What is difference between PrintWriter and ServletOutputStream?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Can you use javascript in servlets?
Describe some assignments that are executed by servlet container?
What does the term localization refer to?
When jsessionid is created?
Which are the different ways you can communicate between servlets?
Why is http protocol called as a stateless protocol?
What are the phases of servlet life cycle?
What is the difference between get and post methods?
Which is the methods of generated servlet?
What is servlet container?
What are important features of Servlet 3?