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
Is servlet a controller?
How can we upload the file to the server using servlet?
How does Cookies work in Servlets?
What is the difference between Server and Container?
Name the packages that work with servlet?
Which application server is best for java?
Which is better jsp or servlet?
What is the use of welcome-file-list?
What is webservlet?
How can you use a servlet to generate a plain text instead of html?
What are the phases of a servlet life cycle?
How servlets are deployed in java?
Explain the role of dispatcherservlet and contextloaderlistener.
What is the difference between the servlets and cgi programs?
What is http servlet in java?