Answer Posted / 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 View All Answers
What are the phases of a servlet life cycle?
What are the steps that are required to handle the multi-threading?
Tell us something about servletconfig interface.
Why is httpservlet declared abstract?
What do you mean by the servlet chaining?
What are some disadvantages of storing session state in cookies?
How can I send user authentication information while making URL Connection?
What is servlet and its types?
The code in a finally clause will never fail to execute, right?
Why doesn’t a servlet include main()?
What are life cycle methods of a servlet?
What is a servlet?
When servlet is loaded?
What are the difference between session and cookies in servlet? Explain
What is servlet instance?