Difference Between getRequest and PostRequest?
Answer Posted / hitler
The get request send the data in the URL , it limited to 250
characters , the data is not secured .
The Post Request is better then get because it sending in Body
and the Data is no limitation .
Get Request is little bit faster then Post Request
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What are the steps to write p-to-p model application?
What must a class do to implement an interface?
What is the purpose of the notifyall() method?
What is a class loader?
Do you think that java should have had pointers?
Why does the option tag render selected=selected instead of just selected?
Which class is the immediate superclass of the menucomponent class?
Is jvm a overhead?
Explain how will the struts know which action class to call when you submit a form?
What is meant by method chaining?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What you mean by COM and DCOM?
What is the relationship between an event-listener interface and an event-adapter class?
What is local interface. How values will be passed?
what is Activation Instantinator?