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 caller principal?
Define thin client?
What is button in java?
Can I run seam in a j2ee environment?
What are the main components of multi-tier architecture?
What is filter chain?
What is deployment descriptor?
What is 2 stands for in j2ee?
What are different modules in spring?
What is javaserver pages standard tag library (jstl)?
What is application component provider?
What does application client module contain?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
Is string an object in java?
What is j2ee api?