JSP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 188 Page Views: 

What is use of parseQueryString?



Posted By: Avi Date: 3 November 2010 03:21:58 AM
 Answer:

It 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.


Posted By: avibtech


Date: 3 November 2010 03:21:58 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image gPmX8k
Related Questions
JSP : What is the Servlet Interface?

What is the Servlet Interface?

It is the central abstraction in the Servlet API that All servlets implement it, and that is directl....
Category: JSP Date: 11/7/2010 10:23:56 PM
JSP : How can static files be included within a JSP page?

How can static files be included within a JSP page?

Static resources can be included using the JSP include directive and that is just once during the tr....
Category: JSP Date: 11/7/2010 9:50:56 PM
JSP : How will you pass information from JSP to included JSP?

How will you pass information from JSP to included JSP?

By using <%jsp:param> tag.
Category: JSP Date: 11/7/2010 5:07:57 PM
JSP : What is a Scriptlet?

What is a Scriptlet?

A scriptlet is a tag that can contain any java code that are valid inside a normal java method as li....
Category: JSP Date: 11/7/2010 1:07:56 PM
JSP : What is the web container?

What is the web container?

Web containers are Servlet and JSP container.
Category: JSP Date: 11/7/2010 11:51:59 AM