This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Java REST GET Simple | |
| In the Java file, write a program to perform a GET request on the route: | |
| https://coderbyte.com/api/challenges/json/rest-get-simple | |
| and then print to the console the hobbies property in the following format: | |
| ITEM1, ITEM2, ... |