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 / alok kumar ranjan

Re. What is the difference between Get and Post Method?

Answer: (1). Get is Default Http Method, but in post method
you should specify the post method implicitly as follows:-
<form action=" " method="post"

(2) In Get Method, data is passed in URL Pattern. But in
post method data is passed with in method body.

(3) In Get Method, Size of URL is limited because of this e
can send only limited amount of data to server using the
get method. But in Post Method, We can send the data
unlimited amount of the data.

(4) Get Method is not secured because data can be seen in
URL. But Post Method is much secured.

(5) Through Get Method, We can not send data to server but
in Post Method, We send the data to server

Is This Answer Correct ?    19 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is session?

1121


What are the various ways of session supervision in servlets?

1067


Is that servlet is pure java object or not?

1169


What is ServletContext object?

1149


What is servlet looping or chaining?

1181


Explain Action Servlet?

1145


What is Client-Server Computing?

2479


What is the purpose of dispatcherservlet properties?

1183


How can you create a session in servlet?

1209


Why the container loads server at the application startup and how?

1115


How to create war file?

1225


What is servlet container?

1157


Define servlet mapping?

1218


What are the exceptions thrown by servlets? Why?

1242


Why session tracking is needed?

1083