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 is the difference between portlet and servlet?
Describe the phases of servlet lifecycle?
What are all the ways for session tracking?
Explain the war file?
What is a web container and what is its responsibility?
What is servlet container?
What are some disadvantages of storing session state in cookies?
Explain the difference between get and post method in servlet?
What is a servlet context object?
Describe servlet?
What is the difference in between the httpservlet and generic servlet?
Difference between java beans & servlets?
what is servlet chaining?
Explain mvc pattern.
What is the difference between context parameter and context attribute?