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

Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?

7 Answers  


What is the difference between using getSession(true) and getSession(false) methods?

0 Answers  


If servlet receives multiple requests, how many objects will it create?

0 Answers  


What is a deployment descriptor?

0 Answers  


How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?

2 Answers  






What is preinitialization of a servlet?

0 Answers  


How we can create war file in servlet?

0 Answers  


if we know the any consultancies, it will place in company work through consultancy(contract base). please help me I'm 2008 pass out java candidate...

1 Answers  


What do you mean by cgi in servlet?

0 Answers  


what are the disadvantages of cookies?

8 Answers  


What are the two important api's in for servlets?

0 Answers  


Is servlet a server side scripting language?

0 Answers  


Categories