Answer Posted / sureshkumar
Servlet is a plat form independent webapplication component
which executes in the webserver and can handle the multiple
requests concurrently.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of servlets? Explain
explain the advantages of servlet life cycle?
What are important features of Servlet 3?
What are different Authentication options available in Servlets.
Which event is fired at the time of session creation and destroy?
Difference between java beans & servlets?
What is called Scriptlet?
What are the uses of servlet and what is servlet chaining?
What are the types of an http request?
why we should override only no-agrs init() method.
Why is http protocol called as a stateless protocol?
Explain the jar and war files in servlet?
What are all the ways for session tracking?
List some life cycle methods of a servlet.
What is the difference between servlet and jsp?