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
List out the difference between ServletConfig and ServletContext?
Explain the features are in servlet 3?
Why doesn’t a servlet include main()?
How does tomcat servlet container work?
What is the use of httpservletrequestwrapper?
What are the different methods of session management in servlets?
What are the advantages of Servlet over CGI?
Explain url encoding in servlet?
What is the servletconfig object?
What do you mean by session tracking?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
When should you prefer to use doget() over dopost()?
What is life cycle of Servlet?
When Servlet is unloaded?
What are the objects involved when a servlet receives a call from client?