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
What is message driven beam?
What is the relationship between the canvas class and the graphics class?
Why use POJO when I can use hashmap
What method is invoked to cause an object to begin executing as a separate thread?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Why are my checkboxes not being set from on to off?
What is bean? Where can it be used?
What is the form of storage space in java?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is the immediate superclass of the applet class?
How is a java object message delivered to a non-java client?
Do we need to override service() method
Can constructors be synchronized in java?