what is a servlet? and explain its lifecycle methods?
Answer Posted / nitin singh
Servlets are java programming language classes that
dynamically process requests and construct responses.These
are programs that are executed on server side and generate
response on client side.
The life cycle methods of servlet are
init(),service() and destroy().
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is deployer?
Which package is imported by default in java?
What is j2ee application?
Explain the four types of container that the j2ee specification defines
What is j2ee called now?
What is devops in java?
What is j2ee product provider?
What are the four components of j2ee application?
What is ejb container provider?
What is isv?
What is j2ee api?
What is jaxr provider?
What are the j2ee technologies?
What are different modules in spring?
What is B2B?