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 must be implemented by all servlets?
What is servletconfig?
Which java application server is the best?
What is the workflow of a servlet?
Explain the servlet context.
What is session?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How servlets are deployed in java?
How can the session in servlet be destroyed?
What are the difference between session and cookies in servlet? Explain
What are the mechanisms used by a servlet container for maintaining session information?
What are the types of Session Tracking ?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Whats the advantages using servlets over using CGI?
how the HTML data stored in web server?