Answer Posted / devarathnam c,kotagudibanda(po
Hi...
Servlet is a java-web application component that extends
the Generic servlet or HttpServlet classes.Servlet runs in
web server.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why servlet is mostly used?
What is new in ServletRequest interface ? (Servlet 2.4)
Define the lifecycle for executing a jsp page.
What is servlet collaboration?
Explain the steps involved in placing a servlet within a package?
What do you mean by cgi?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Can we override servlet service method?
What is session tracking?
List the Different types of servlet?
what is servlet chaining?
What is the difference between encodeRedirectUrl and encodeURL?
How to notify an object in session when session is invalidated or timed-out?
What is servlet name in web xml?
When should you prefer to use doget() over dopost()?