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 certificate authority?
What is a j2ee component?
What is a web container j2ee?
What is container-managed transaction?
What are the components of J2EE application?
What is japplet in java?
What is container-managed persistence?
How do I become an expert in java?
What is pure java?
How java is reliable?
What is jradiobutton in java?
Which framework is best for java?
What is java mobile?
What is source file in java?
What is caller?