Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain the difference between GET and POST methods?

Answer Posted / mdsha_asiya

The GET request is made by a client to read resources that
is HTML documents and images currently residing at the
webserver.
In GET ,entire form submission can be encapsulated in one
url like hyperlink.All data ,we are passing to the server
will dispalyed in the request String.
Query length is limited to 260 charaters.Not secure
faster,quick and easy.

POST,on the forwards sending large amount of information
(possibly mega bytes) to the server only once.Hence a POST
request is literally a post.

In POST ,your name or data value pairs inside the body of
the HTTP request which makes the cleaner url.All data we
are passing through the server will be hidden.user cannot
see this information.

we have no size limitations.

It is used to send chunk of data to the server,more
processed,more security and versatile.

Is This Answer Correct ?    48 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a hello world program using servlets.

1117


What are the advantages of servlets over traditional cgi?

1145


What’s the use of the servlet wrapper classes??

1155


What is the element?

1095


What do you mean by request dispatcher in servlet?

1151


what is servlet chaining?

1150


If my browser does not support cookie, and my server sends a cookie instance what will happen?

1141


How will you pass values from HTML page to the servlet?

1100


What is cookie? Why is cookie used?

1101


If servlet receives multiple requests, how many objects will it create?

1435


How to handle exceptions thrown by application with another servlet?

1135


How can you run a servlet program?

1135


How do you run a servlet?

1107


Which is the methods of generated servlet?

1293


What is URL Encoding?

1275