What is the difference between doGet and doPost?
Answer Posted / ram
do get() is used for passess the information limited amount
of data.
do post() is used for passess the information.and it send
unlimited data..it is providing more secure compare 2 do get
() method..
| Is This Answer Correct ? | 29 Yes | 15 No |
Post New Answer View All Answers
Explain the methods of request dispatcher in servlet?
What is the process to implement doget and dopost methods?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
How to handle exceptions thrown by application with another servlet?
How to get the server information in a servlet?
What is the structure of the http response
What is the need of session tracking in web application?
What is cookie in servlet?
What is the life-cycle of servlets?
What is servlet? Explain
If a servlet is not properly initialized, what exception may be thrown?
Explain the difference between jsp and servlet?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What are the differences between forward() method and sendredirect() methods?
How do servlets work?