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
Why is string immutable in java?
What are the different algorithms used for clustering?
Do I need to import javlang package any time? Why ?
What are the services in RMI ?
What is RMI and what are the services in RMI?
What is a modular application? What does module-relative mean?
Can I run seam outside of jboss as?
What is the difference between long.class and long.type?
whats is mean by connectionpooling
what is the use of State Factories?
Do we need to override service() method
Why a component architecture for the java platform?
What is the difference between system.out ,system.err and system.in?
How to determine SGA site?
What is Remote Server?