https://ggoreb.tistory.com/114

 

[Java] URLConnection, URLEncoder, URLDecoder

java.net.URLConnection - URL 내용을 읽어오거나, URL 주소에 GET / POST로 데이터를 전달 할 때 사용함 - 웹 페이지나 서블릿에 데이터를 전달 수 있음 - URL --> openConnection() --> URLConnection --> getIn..

ggoreb.tistory.com