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

In servlets, Why do we need both GET and POST method
implementations?

Answer Posted / amit pandey

In servlet, the default method is doget(), which has
various limitations like the request length shuld be < than
1024 characters, all the information r send as URL, which
is not secure, large data like images cannot be send in URL.
Hence the POST method is implementated that overcome all
this issues w.r.t. the GET method.
Hence, in order that application shuld be more secure &
user orientated, both the methods are impelmentated.

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is servlet and how it works?

1040


What is the main purpose of java servlets?

1112


How can you run a servlet program?

1136


What are the phases of servlet life cycle?

1165


If my browser does not support cookie, and my server sends a cookie instance what will happen?

1141


If a servlet is not properly initialized, what exception may be thrown?

1226


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

1160


Why is Servlet so popular?

1117


What are common tasks performed by Servlet Container?

1312


What exactly is a servlet?

1063


What is getservletcontext?

1136


Which exception is thrown if the servlet is not initialized properly?

1088


Can you call a jsp from the servlet?

1065


What are the types of servlets? Explain

1327


What is the servletconfig object?

1088