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 / karishma

POST METHOD:
The POST method generates a FORM collection, which is sent as a HTTP request body. All the values typed in
the form will be stored in the FORM collection.
GET METHOD:
The GET method sends information by appending it to the URL (with a question mark) and stored as A Querystring collection. The Querystring collection is passed to the server as name/value pair.
The length of the URL should be less than 255 characters.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to show the functionality of servlets.

1062


Why do we have servlet wrapper classes?

1115


What is httpservlet and how it is different from genericservlet?

1164


How printwriter is different from servletoutputstream?

1067


What is the use of servlet wrapper classes?

1241


How would you create deadlock on your servlet?

1225


Differentiate between get and post?

1210


What is servlet and list its types?

1132


How servlet is created?

1315


Why servlet is faster than jsp?

1137


What are the important functions of filters?

1201


What's the advantages using servlets than using cgi?

1047


What are different ways for servlet authentication?

1167


What is the web server used for running the Servlets?

1064


How we can create war file in servlet?

1184