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

How values can be passed from HTML page to servlet?

Answer Posted / satya

there are two ways in passing form data to a servlet

in case of the form using GET method
-------------------------------------

the form data is appended as a query string after the
end of the url in the address bar of the browser

in case of the form using POST method
--------------------------------------
the form data is added to the body part of the Http
protocol request body .this form data is called as payload

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which interface must be implemented by all servlets?

1418


What is servlet in web technology?

1095


Whether we can get deadlock situation in servlets?

1123


How to generate the server side programming and the advantages of it over the other languages?

1074


What is servlet instance?

1101


What are the common methods that are included in the http servlet class?

1086


what is multiple server?

2358


What is the difference between a generic servlet and http servlet?

1045


What is the use of servlet wrapper classes?

1242


How can I send user authentication information while making URL Connection?

1057


Is tomcat a servlet container?

1114


What is java servlet session?

1028


How the servlet is loaded?

1131


Explain how to improve Servlet Performance?

1201


What is cookies in servlet with example?

1230