 |
How can I encode a URL String? - jGuru: Your view of the Java universe
Brandon Rohlfs A URL String can be simply encoded using the static encode(String s, String enc) method within the URLEncoder class. encode(String s) has been deprecated with encode(String s, String enc) now being the only available method. import java.net
www.jguru.com |
 |