 |
How can I parse url query string parameter in java? (Java in General forum at JavaRanch)
Hi, If I have a URL string like this: http://www.javaranch.com How can I parse the query string parameter? e.g. parameter 'ubb' is nettopic parmater 'f' is 1 From the java doc, it only gives me the query string of the url: http://java.sun.com/j2se/1.4.2/d
www.coderanch.com |
 |