What is the difference between GET and POST method?

Options
- GET displays the form values entered in the URL of the address bar where as POST does not.
- POST displays the form values entered in the URL of the address bar where as GET does not.
- There is no difference


CORRECT ANSWER : GET displays the form values entered in the URL of the address bar where as POST does not.

Discussion Board
Difference between GET and POST

In GET method, parameters remain in browser history because they are part of the URL.
In POST method, parameters are not saved in browser history.

So GET displays the form values entered in the URL of the address bar whereas POST does not.

IamJay 02-9-2015 10:59 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement