Skip to content

Instantly share code, notes, and snippets.

@atonamy
atonamy / Java REST GET Simple.java
Last active June 1, 2024 09:43
[Coderbyte] Technical test for NTUC Singapore (Android Engineer)
/*
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, ...