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
Why is a constructor needed in a servlet even if we use the init method?
How the typical servlet code look like ?
What is called servlet container?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Explain the difference between jsp and servlet?
What are the functions of the servlet container?
Write a program to show the functionality of servlets.
What do you mean by interservlet communication?
What is the inter-servlet communication?
Differentiate between the web server and application server?
Describe some assignments that are executed by servlet container?
What is servlet and its life cycle?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What is session?
How does java thread pool work?