Difference Between getRequest and PostRequest?
Answer Posted / vinay
when we request using get method the all data show on page and id with value show on URL , if any one make any change on URL id's values this change is affected on target page as well as source page also, So it show data in unsecured manner.
Using post we show only data on target page not showing id's values on URL ,so change will not be possible hence our data is show on target in secured manner.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Name the class that is used to bind the server object with RMI Registry?
What is the argument type of a programs main() method?
What is an abstract method?
Do we need to override service() method
Can you control when passivation occurs?
What value does read() return when it has reached the end of a file?
Difference between DurableSubscription and non- DurableSubscription?
What is the relationship between the canvas class and the graphics class?
what is an isolation level?
how to use debug in my elipse to solve problems that exist in my project
Explain the different types of memory used by jvm?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What class is the top of the awt event hierarchy?
Can I have an action without a form?
How database connectivity in XML is achieved?