what is a servlet? and explain its lifecycle methods?
Answer Posted / sunil kumar
Servlet is a server side technology which is used to process multiple requests concurrently.
servlet life cycle methods are -
1)init() - called only once at server start-up time.
2)service() - called multiple times once for each request
3)destroy() - called once at server shut-down time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is j2ee architecture?
what is meant by proxy server
Is java important for my computer?
What does java ee stand for?
What is difference between java and core?
Why is java more secure?
What should a junior java developer know?
What is a web container in j2ee?
What is considered as a web component?
What is javabeans component?
What is j2ee api?
Differentiate between .ear, .jar and .war files.
Is core java and j2se same?
What are the technologies a java developer must know?
What is 'applet container' ?