Get Information from Google Homepage

# Introduction In this challenge, we will use the `URL` class in Java to obtain the source code of the Google homepage. By implementing the `infos()` method, we can retrieve the resource information of the specified URL, print it as a string using `BufferedReader` and `InputStreamReader`, and release the resources properly.

|60 : 00

Click the virtual machine below to start practicing