JavaでWebリソースの変更日を取得するにはどうすればよいですか?
URL url = new URL(urlString);
URLConnection connection = url.openConnection();
connection.connect();
// What now?
JavaでWebリソースの変更日を取得するにはどうすればよいですか?
URL url = new URL(urlString);
URLConnection connection = url.openConnection();
connection.connect();
// What now?