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 |
How an Image can be loaded in a Servlet ?
What are the servlet events?
How can we create deadlock situation in servlet?
Can filter be used as request or response?
What is servlet api used for conneting database?
What are the drawbacks of cgi?
Explain request dispatcher and its methods.
What is preinitialization of a servlet?
What are the differences between servlet context vs servlet config?
What is DSN and System DSN and what is the difference between them?
What are the features added in Servlet 2.5?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.