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 do you find out what client machine is making a request to your servlet

0 Answers  


How a servlet is unloaded?

0 Answers  


Is servlet a framework?

0 Answers  


How can the session in servlet can be destroyed?

0 Answers  


without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this

1 Answers   Syntel,






What are the types of servlet?

0 Answers  


Explain Action Servlet?

0 Answers   Cap Gemini,


What is HTTP Session ?

6 Answers  


What is meant by a servlet?

0 Answers  


How the servlet is loaded?

0 Answers  


What is a Proxy Server?

1 Answers  


What is a servlet context object?

0 Answers  


Categories