what is a servlet? and explain its lifecycle methods?
Answer Posted / venkata ramudu
servlets are serverside programs.which follows single thread multiple instance model to develope serverside web applications.
servlets are having 3 life cycle methods they are
1.init()
2.service()
3.destroy()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is java servlet container?
What does enterprise javabeans module contain?
Explain j2ee architecture.
What does java ee stand for?
What is commit?
What is difference between j2ee and java?
What are the tools in java?
What are the j2ee client types?
What is jbutton in java?
Describe action form?
What does web module contain?
What is caller?
What are the technologies a java developer must know?
What is j2ee called now?
What is java netbeans?