1.

What is the difference between GET and POST?

Answer»
S.noGETPOST
1.GET is USED for recovering the dataPOST is mainly used for writing the data
2.It carries the REQUEST PARAMETER in the URL stringIt TAKES the request parameter in the message body.
3.It can be bookmarkedIt cannot be bookmarked


Discussion

No Comment Found