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.
Write your comments