Answer Posted / venky
the object of servlet is created in the init mehod by server
request of the client is processed in service method
the servlet is discarded from thr server by destroy method
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Servlet API used for connecting database?
What is a server side include (ssi)
What do you mean by scope object and what are its types?
How can you run a servlet program?
What is the difference between 2 types of servlets?
What is a servlet engine?
Why do we need servlet filter?
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
What are the exceptions thrown by servlets? Why?
What is dispatcher servlet?
What is a servlet-to-servlet communcation?
Is java servlet still used?
Tell us something about servletconfig interface.
Explain their methods? Tell me their parameter names also have you used threads in servlet?
How do I use cookies to store session state on the client?