You are not logged in.
Pages:: 1
#1 2015-05-02 04:37:21
GET and POST Method:
Question:
What is the difference between GET and POST method?
Option A):
POST displays the form values entered in the URL of the address bar where as GET does not.
Option B):
There is no difference
Option C):
None
Option D):
GET displays the form values entered in the URL of the address bar where as POST does not.
Correct Answer is Option D):
GET displays the form values entered in the URL of the address bar where as POST does not.
Explanation:
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.
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-05-02 04:37:21
- Advertisement
- Ads By Google
Re: GET and POST Method:
\n
Pages:: 1