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 |
What do you mean by cgi in servlet?
Which exception is thrown if servlet is not initialized properly?
How do you create connections for number of users, if you want to improve performance?
How to create war file?
we cant Override Jsp Service method?Why?
4 Answers Infrasoft, Mind Tree,
What is war file?
Can filter be used as request or response?
What is servlet and how it works?
What is servlet instance?
What is the use of servletconfig interface?
How can we include static files in the jsp page?
What do you mean by annotations in servlet?