Answer Posted / rajshri
servlet life cycle..
1) loading of class
2) instantiation of that loading class
3) call init() method
4) call service() method
5) call destroy() method
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What do you understand by mime type?
How the typical servlet code look like ?
What is servlet api used for conneting database?
Can you use javascript in servlets?
what do you understand by url rewriting?
How can you create a session in servlet?
Which httpsession object is used to view and manipulate information about a session?
What is http servlet in java?
What is cookies in servlet with example?
What is the difference between context parameter and context attribute?
What are some advantages of storing session state in cookies?
What is the difference between a generic servlet and http servlet?
What are the key methods that are involved in processing of http servlets?
What are advantages of servlets over cgi?
Describe some assignments that are executed by servlet container?