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
Write the code to get the server information in servlet.
What is servlet interface?
What are session variable in servlets?
How do you get the ip address of the client in servlet?
What is the difference between Difference between doGet() and doPost()?
Why is servlet used?
What is a web container and what is its responsibility?
What are the types of Session Tracking ?
What do you mean by request dispatcher in servlet? Also explain its methods.
What are advantages of servlets over cgi?
what is multiple server?
What is the life-cycle of servlets?
What are the jobs performed by servlets?
What is servlet in web technology?
How the typical servlet code look like ?