Possible Duplicate:
Parsing query strings in Java
PHP has parse_str(), is there an equivalent function that does the same thing in java?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PHPs
parse_strhas two modes of operation:parse_strwill set parameters as variables in the current scope. For this mode of operation, there is no equivalent in Java.