Interview Questions

Explain the difference between POST and GET Method.

ASP Interview Questions and Answers


(Continued from previous question...)

123. Explain the difference between POST and GET Method.

GET requests are string data that is visible to the end user via the URL and a limit of 2kb, POST requests have no limit on total data and the user can’t see the data in a query string.

(Continued on next question...)

Other Interview Questions