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


Is it possible to call servlet with parameters in the URL?

Answers were Sorted based on User's Feedback



Is it possible to call servlet with parameters in the URL?..

Answer / muhammad farhaan

If HTML form submitted with Get request to servlet URL
which is defined in action attribute of HTML form then form
values are sent as a name value pairs appended at the end of
URL calling servlet. List of parameters is separated by ?
sign with rest of URL and paramter are append to the list of
paramter as name value pair separated by & sign. You can
manually attach the paramters as a list of name value pairs
separated by & sign at the end of query string followed by ?
sign.
The maximum length of URL changes across the browser
generally you can not send more than 255 characters long URL
string so keep in mind that when you send paramters with URL
string then whole length of URL must not be more than 255
character.

Is This Answer Correct ?    8 Yes 1 No

Is it possible to call servlet with parameters in the URL?..

Answer / ravikiran.chd

yes...those parameters can be accessible with
request.getParameter() or request.getParameterValues()

Is This Answer Correct ?    6 Yes 0 No

Is it possible to call servlet with parameters in the URL?..

Answer / joak

yes, is posible.

Is This Answer Correct ?    5 Yes 1 No

Is it possible to call servlet with parameters in the URL?..

Answer / gg

can i call parameters value if it Arabic Words i call it but
get unreadable text

thank

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

Why do we have servlet filters?

0 Answers  


Explain get and post.

0 Answers  


can i call destroy() method in init() method of servlet

9 Answers   Ericsson, IBM,


Are Servlets by default thread safe or not? thanks in advance regards Sudhakar

3 Answers  


Explain jsessionid?

0 Answers  


What is the structure of the http response

0 Answers  


Can we override servlet service method?

0 Answers  


How do you create connections for number of users, if you want to improve performance?

2 Answers  


How servlets are deployed in java?

0 Answers  


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

0 Answers  


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

0 Answers  


How to get the current httpsession object?

0 Answers  


Categories