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 use of parseQueryString ?



What is use of parseQueryString ?..

Answer / harikrishna ravada

Parses a query string and builds a hashtable of key-value
pairs, where the values are arrays
of strings. The query string should have the form of a
string packaged by the GET or POST method.
(For example, it should have its key-value pairs delimited
by ampersands (&) and its keys
separated from its values by equal signs (=).)
Note:


public static Hashtable parseQueryString(String s)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Servlets Interview Questions

How an Image can be loaded in a Servlet ?

1 Answers  


What are the servlet events?

0 Answers  


How can we create deadlock situation in servlet?

0 Answers  


Can filter be used as request or response?

0 Answers  


What is servlet api used for conneting database?

0 Answers  


What are the drawbacks of cgi?

0 Answers  


Explain request dispatcher and its methods.

0 Answers  


What is preinitialization of a servlet?

0 Answers  


What are the differences between servlet context vs servlet config?

0 Answers  


What is DSN and System DSN and what is the difference between them?

2 Answers  


What are the features added in Servlet 2.5?

0 Answers  


Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.

4 Answers  


Categories