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 class is used to create Server side object ?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
which type of objects reference will be given to client?
What are the different algorithms used for clustering?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is glasgow?
What are the diff types of exception?
What do you need to set-up a cluster with jboss?
What is TL and its use?
What is the purpose of the notifyall() method?
How will you pass parameters in RMI? Why do you serialize?
Which are the different segments of memory?
What is the purpose of the notify() method?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Write a singleton program?