What is use of parseQueryString ?

Parses a query string and builds a hashtable of key-value pairs, where the values are arrays of strings. The query string should have the form of a string packaged by the GET or POST method. (For example, it should have its key-value pairs delimited by ampersands (&) and its keys separated from its values by equal signs (=).)

Note:

public static Hashtable parseQueryString(String s)

No comments:

Post a Comment