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

Explain the difference between servlet and cgi?

1209


What is the difference between servlet and filter?

1002


What is lazy loading and what is Generic Servlet Class?

1127


What do you mean by filter in servlet?

1061


How would you create deadlock on your servlet?

1223


How do we translate jsp?

1105


What must be implemented by all servlets?

1152


Explain the different ways for servlet authentication?

1155


Explain how does JSP handle run-time exceptions?

1156


What is the disadvantage of cookies?

1034


What are session variable in servlets?

1064


List out the difference between ServletConfig and ServletContext?

1101


What is cookie in servlet?

1117


What do you mean by scope object and what are its types?

1118


What is session tracking?

1263