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

When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.

1 Answers  


Define common type system (cts)?

0 Answers  


What are the 3 types of internal controls?

0 Answers  


what is execute dataset for sp

0 Answers  


difference between html and asp?

0 Answers   Polycom,






Explain the tags necessary to be present within the tag ?

0 Answers  


What is Response object? How is it related to ASP's Response object?

0 Answers   MCN Solutions,


What is the difference between 1.1 and 2.0 .Net framework?

2 Answers   DLI,


Define a cookies collection?

0 Answers  


What is a TextStream object?

1 Answers  


What is the meaning of asp in computer?

0 Answers  


what is STLC in Testing

0 Answers  


Categories