Difference between GET and POST? Which is used when?

Answers were Sorted based on User's Feedback



Difference between GET and POST? Which is used when?..

Answer / guest

"GET" is used to send information through URL. The Data we
can send throught it limited.
"POST" is used to send information through TCP/IP protocol.
We can send bulk data using this method.

Is This Answer Correct ?    3 Yes 0 No

Difference between GET and POST? Which is used when?..

Answer / bnm

the data in get method is visisble to browser but in
post,the data is invisible.
we can send fix nos. of data in getmethod but in case of
post,large number of data canbe sent.

Is This Answer Correct ?    1 Yes 0 No

Difference between GET and POST? Which is used when?..

Answer / soorai ganesh

Both HTTP GET and HTTP POST use HTTP as their underlying
protocol. Both of these methods encode request parameters
as name/value pairs in the HTTP request.

The GET method creates a query string and appends it to the
script's URL on the server that handles the request.

The POST method creates a name/value pairs that are passed
in the body of the HTTP request message.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP Interview Questions

What are the methods in session object in asp?

0 Answers  


Is classic asp dead?

0 Answers  


Tell few steps for optimizing (for speed and resources) ASP page/application ?

1 Answers  


Any one tell me what GOOGLE GEARS and how to use it ?

1 Answers   HCL,


What is servervariables collection in asp?

0 Answers  






What is the Order of precedence for LOGICAL Operators in ASP?

1 Answers  


What are LOCAL and GLOBAL variables?

1 Answers  


Explain the difference between cookies collection and form/querystring collection?

0 Answers  


How many global.asa files can an application have in asp?

0 Answers  


What are the event handlers of Application Object?

1 Answers  


Explain how do you box a primitive data type variable?

0 Answers  


Is asp a programming language?

0 Answers  


Categories