Answer Posted / suresh s
Both are processing for request and response of a client.By
using doGet we can send less amount of data compare to doPost.
If we use doget the users sensitive data(user name &
password)will be displayed in the URL.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does tomcat servlet container work?
What is servlet interface?
What is load-on-startup in servlet?
Explain the working of service() method of a servlet.
What is pure servlet?
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 do you get the ip address of the client in servlet?
What is servlet? Explain
How to make sure a servlet is loaded at the application startup?
Which protocol will be used by browser and servlet to communicate
Define the life cycle of a servlets.
What are all the protocols supported by httpservlet?
What's the difference between authentication and authorization?
What do you mean by deployment descriptor?
What are the steps that are involved in using the httpservlet class?