Go to DotNetFunda.com
 Online : 1466 |  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:4301 |  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.

Found interesting? Add this to:

| More


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

More ...


Advertisement

About Us | The Team | Advertise | Contact Us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you found plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 9/3/2010 4:33:53 AM