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 are the most important topics in java?
What does the application client module contain?
What is application client container?
What is meant by applet in java?
What is application client module?
What is j2ee application?
How many java languages are there?
What are j2ee concepts?
What is urn?
What is java ee server?
Which framework is best for java?
What is ejb jar file?
What does java awt stand for?
What are the java backend technologies?
How many types of component events are in java?