Posts by JOSE ROBERTO DA SILVA JUNIOR • 1 point
1 post
-
0
votes0
answers120
viewsQ: Httpurlconnection with Mysql and Webservice
I am trying to create a connection class to feed information into a Mysql database as follows: import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import…