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

When a servlet accepts a call from a client, it receives two objects. What are they?

0 Answers  


What is the procedure for initializing a servlet?

0 Answers  


What is a cookie What is the difference between session and cookie

0 Answers  


What are the exceptions thrown by Servlets?

4 Answers   Amplify Mindware,


Why don't we write a constructor in a servlet?

0 Answers  






How will two or three servlets interact or communicate with each other?

0 Answers  


How do I use cookies to store session state on the client?

0 Answers  


how can you give alias to servlets?

1 Answers  


How does java thread pool work?

0 Answers  


How can the session in servlet can be destroyed?

0 Answers  


What’s the difference between genericservlet and httpservlet?

0 Answers  


How forward () method is different from send redirect () method?

0 Answers  


Categories