Answer:
Get():When a form contain get() method, it will append key and value pair at the end of the url as query string. It is unsecured and it will pass small amount of data.
Post():Post() method is used to pass secured data with no limitation. It will not append the data in the url.
Asked In: Many Interviews |
Alert Moderator