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 is cgi and what are its drawbacks?
What is war file?
Explain the methods of request dispatcher in servlet?
What are the differences between forward() method and sendredirect() methods?
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
What is lazy loading and what is Generic Servlet Class?
What is the structure of the http response
What do you mean by web applications? Explain web application directory arrangement?
What do you mean by request dispatcher in servlet?
Which is the methods of generated servlet?
What is SingleThreadModel interface?
What are different ways for servlet authentication?