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...

What is the difference between Get and Post Method?

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 implicitely as follows:-
<form action=" " method="post"

(2) In Get Method,data is pssed 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 very 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 ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the servlet is loaded?

1123


What is servletconfig?

1080


When to use doget() and when dopost()?

1154


What do you mean by deployment descriptor?

1126


How would you create deadlock on your servlet?

1223


How we can get ip address of client in servlet?

1028


List out difference between a JavaBean from a Servlet?

1078


What are the uses of servlets?

1219


What is called Scriptlet?

1150


What is the advantage of Servlets when compared with other server side technologies?

2393


Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com

2226


Differentiate between the web server and application server?

1103


How can we refresh automatically when new data is entered into the database?

1147


Can we use the constructor, instead of init(), to initialize servlet?

1149


Can you refresh servlet in client and server-side automatically?

1130