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 chaining in servlet?
How do we call one servlet from another servlet?
Explain in detail about applet to servlet communication?
Explain in brief the directory structure of a web application?
What advantages do servlets have over CGI programs?
When jsessionid is created?
Difference Between Web Server and Application server ??
How to run a servlet program?
How to pass JavaBeans data to JSP using Servlets?
What is servlet interface?
What is a servlet engine?
How can we refresh automatically when new data has entered the database?