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 |
Explain jsessionid?
can i override service method
List the Different types of servlet?
What are life cycle methods of a servlet?
java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent
What do you understand by mime type?
Write a command to get actual path of a servlet to the server?
Which http method is said to be non-idempotent and idempotent?
Difference between java beans & servlets?
How to generate the server side programming and the advantages of it over the other languages?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What is servlet and list its types?