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


Please Help Members By Posting Answers For Below Questions

What is a tasks priority and how is it used in scheduling?

556


In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

1566


Explain what is orm?

681


What is the purpose of the notify() method?

604


Is jvm a overhead?

635






Java is fully object oriented languages or not?

550


What modifiers may be used with an inner class that is a member of an outer class?

582


Which textcomponent method is used to set a textcomponent to the read-only state?

640


Name the class that is used to bind the server object with RMI Registry?

1701


what is an isolation level?

2216


What is the difference between the string and stringbuffer classes?

552


What method is invoked to cause an object to begin executing as a separate thread?

578


What restrictions are placed on the values of each case of a switch statement?

545


How is a java object message delivered to a non-java client?

583


What is ripple effect?

640