Answer Posted / guest
Generic servlets has service() method to handle requests
HttpServlet has doGet(),doPost(),doHead() mehtods
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a servlet?
When Servlet is unloaded?
Why are servlets used?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is http servlet? Explain with the help of an example.
Explain jsessionid?
Why servlet is mostly used?
What is the main purpose of java servlets?
how many jsp scripting elements are there and what are those?
What is the difference between context parameter and context attribute?
What are the different session tracking techniques?
Explain the steps involved in placing a servlet within a package?
What are the benefits of using servlet over cgi?
What is a server side include (ssi)
Explain how does JSP handle run-time exceptions?