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 do you understand by j2ee?
What is java netbeans?
What is the latest framework in java?
What is the best java course?
when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?
What is javac written?
What is multi tier architecture in j2ee?
What is ebxml?
What are the advantages of object-relational mapping (orm)?
Is j2ee and jee same?
What is event and listener in java?
Give some advantages of orm (object-relational mapping)?
What do you understand by business logic?
What is gridlayout in java?
What is basic authentication?