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 a server side include (ssi)
Name the different ways of session tracking.
What is the use of send redirect () method?
How will two or three servlets interact or communicate with each other?
What is a generic servlet?
What is Request Dispatcher?
Write a command to get actual path of a servlet to the server?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is a servlet-to-servlet communcation?
What do you mean by mime type?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Which are the different ways you can communicate between servlets?
What is the
What if you need to span your transaction across multiple servlet invocations?
How does java thread pool work?