Explain the methods in Generic and HTTP Servlets?
Answers were Sorted based on User's Feedback
Answer / guest
Generic servlets has service() method to handle requests
HttpServlet has doGet(),doPost(),doHead() mehtods
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / chaitu
All the methods in Generic servlets are abstract methods.
Even though HTTP Servlet is an abstract there are no
abstract methods
Is This Answer Correct ? | 2 Yes | 0 No |
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?
what do you understand by url rewriting?
What are the supporting protocol by HttpServlet ?
Explain jsessionid?
What is MIME Type?
How do you deal property files in servlet?
Explain the difference between servletconfig and servletcontext in servlet?
What is filter? Can filter be used as request or response?
how to use servlets with j2ee ?
What are the two important api's in for servlets?
What is servlet collaboration?
Name the servers that can be used to develope and deploy Servlets?