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
What are the phases of a servlet life cycle?
How can I send user authentication information while making URL Connection?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What do you mean by scope object and what are its types?
what do you understand by url rewriting?
Which interface should be implemented by all servlets?
What is a servlet context?
How can you use a servlet to generate a plain text instead of html?
What is the disadvantage of cookies?
Can a jsp be called using a servlet?
Is it good idea to create servlet constructor?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the type of method for sending request from http server?
What are the uses of servlet