Set Method type in HttpURLConnection java - JSP/Java Views : 570
Tagged in : JSP-Java
0 0
Send mail

HttpURLConnection ucon=(HttpURLConnection)urlClass.openConnection();
ucon.setRequestMethod("GET");
By Vinoth, On - 2010-02-09



    Login to add Comments .