-1
당신이 웹 페이지의 내용을 읽을 수 URLConnection의를 통해 연결을 열고, Java URLConnection이 메타 데이터를 보내나요?
try {
URL url = new URL("https://stackoverflow.com/questions/46939965/does-java-urlconnection-send-metadata");
URLConnection urlConnection = url.openConnection();
HttpURLConnection connection;
connection = (HttpURLConnection) urlConnection;
BufferedReader in = new BufferedReader(
new InputStreamReader(connection.getInputStream()));
String current;
while((current = in.readLine()) != null) {
urlString += current;
}
}catch(IOException e) {
e.printStackTrace();
}
무엇을 뜻 자바 휴가 정보에 대한
?웹 브라우저와 같은 통계 데이터가 저장됩니까? 그게 "자바"일까요? 도움을
들으,
가 ~ 옥수수