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 |
Which interface should be implemented by all servlets?
What is the difference between servlet and jsp?
What are different types of SessionTracking?
How can a servlet refresh automatically if some new data has entered the database?
3 Answers Citi Bank, CitiGroup, IBM, Satyam,
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
describe all about advanced java with presentation
Define declaration.
What are the supporting protocol by HttpServlet ?
Explain the working of service() method of a servlet.
Servlet Chaining? How do you do the Filtering in Servlets?
Why servlet is mostly used?
Explain the difference between jsp and servlet?