What is use of parseQueryString?



What is use of parseQueryString?..

Answer / niranjanravi

It parses a query string and builds a hash-table of key-
value pairs where values are arrays of string

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Servlets Interview Questions

Explain the architechure of a servlet?

0 Answers  


init() method of servlet loaded by?

3 Answers  


What is the effective way to make sure all the servlets are accessible only when user has a valid session?

0 Answers  


Write a program to show the functionality of doget and dopost method?

0 Answers  


Does servlet have main method?

0 Answers  






How do you get the ip address of the client in servlet?

0 Answers  


What is api in servlet?

0 Answers  


Is that servlet is pure java object or not?

0 Answers  


What are advantages of servlets over cgi?

0 Answers  


What do you mean by interservlet communication?

0 Answers  


Write all the phases defined in servlet life cycle?

0 Answers  


What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?

0 Answers  


Categories