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 |
Can we override the ActionServlet?
3 Answers ArisGlobal, HCL, PPF,
How can you start a jta transaction from a servlet deployed on jboss?
What exactly are the functions of servlet?
Explain web container.
What is servlet? Explain
Explain the servlet context.
What is a web application and what is it’s directory structure?
Which exception is thrown if the servlet is not initialized properly?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
What are the different session tracking techniques?
What is the major difference between context parameter and context attribute?
How do you load an image in a Servlet?