Parsing query strings in Java

Posted by Will on Stack Overflow See other posts from Stack Overflow or by Will
Published on 2009-11-03T13:15:24Z Indexed on 2010/06/03 21:04 UTC
Read the original article Hit count: 135

Filed under:
|
|

J2EE has ServletRequest.getParameterValues().

On non-EE platforms, URL.getQuery() simply returns a string.

What's the normal way to properly parse the query string in a URL when not on J2EE?

© Stack Overflow or respective owner

Related posts about java

Related posts about url