viewing paste Unknown #1265 | Java

Posted on the
1 2 3 4 5
try {       
        String data = URLEncoder.encode("update", "UTF-8") + "=" + URLEncoder.encode("0", "UTF-8");
} catch (MalformedURLException e) {
    e.printStackTrace();
}
Viewed 761 times, submitted by Guest.