Physics Girl: Super-Kamiokande – Imaging the sun by detecting neutrinos [video]
youtube.com519 pointsby pcdavid92 comments
setopt AUTO_CD public HttpResponse<String> fetch(String url) {
HttpClient client = HttpClient.newHttpClient();
HttpRequest request = HttpRequest.newBuilder(URI.create(url)).build();
return client.send(request, BodyHandlers.ofString());
}