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 are Servlets?
How multiple simultaneous requests can be handled by servlets?
What is java servlet session?
what is a session object?
What is the capacity that doGet method can send to the server?
What methodology can be followed to store more number of objects in a remote server?
Why servlet is faster than jsp?
What are important features of Servlet 3?
Explain session tracking and its importance?
what do you understand by url rewriting?
what is the difference between ServletContext and ServletConfig
What are the uses of servlets?