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

Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.

0 Answers   TCS,


What are Scripting Objects?

1 Answers  


What is a .ASP file?

1 Answers  


What is the use of global.asax?

0 Answers  


Tell something about Active Server Pages?

5 Answers   Microsoft,






What is asp content?

0 Answers  


How do in-process and cross-process communication work in the common language runtime?

0 Answers  


How many types of cookies are there?

10 Answers   TechSolution, Tops Technologies,


In how many ways you can track the Session?

1 Answers  


how to create overlay on div ?

0 Answers  


What is the difference between asp and saas?

0 Answers  


What do you need to run asp?

0 Answers  


Categories