Go to DotNetFunda.com
 Online : 1570 |  Welcome, Guest!   Login
 
Home > Interview Questions > HTML, DHTML Interview Questions > Difference between GET and POST Metods . ...

call for mock interview

HTML, DHTML Interview Questions

Difference between GET and POST Metods

Author: Syedshakeer | Posted on: 2/15/2009 10:06:31 AM | Category: HTML, DHTML | Views:2567 |  Print | Asked In: Many Interviews


Answer:
Difference Between GET and POST methods

GET:
1) Data is appended to the URL.
2) Data is not secret.
3) It is a single call system
4) Maximum data that can be sent is 256.
5) Data transmission is faster
6) This is the default method for many browsers

POST:
1) Data is appended to the URL.
2) Data is Secret
3) It is a two call system.
4) There is no Limit on the amount of data.That is characters any amount of data can be sent.
5) Data transmission is comparatively slow.
6) No default and should be Explicitly specified.

Interesting?   Share and Bookmark this


Navigate to:

 Submit Interview Questions

Difference between DataGrid, DataLsit and Repeater? ...

Constructor and Destructor ...

Random Interview Questions
Help: If for some reason you are getting the same question by clicking Next Question or Previous Question, Try clicking Categories link above.

Related interview questions



Advertisement

About Us | The Team | Advertise | Contact Us | Feedback | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you found copied contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
All rights reserved to DotNetFunda.Com. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks.
(Best viewed in IE 6.0+ or Firefox 2.0+ at 1024 * 768 or higher)