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 j2ee component?
What are the four types of J2EE modules?
Why java is not 100% object oriented language?
What is jetty in java?
What is caller?
What is java transaction api (jta)?
How many types of modules is defined by j2ee specification?
What is component contract?
What is event and listener in java?
How does j2ee application work?
What are the components of j2ee applications?
What is server in j2ee?
What is javaserver pages standard tag library (jstl)?
Is j2ee a programming language?
What is context root?