A collection of Java exercises.
Koans are located under koans/src/test/java
, and all tests can be run using: ./gradlew test
at the root of
this project.
Credit goes to:
- Collections
- Comparable
- Time API
- IO / Files (try with resources)
- Serialization
- HttpClient, HttpRequest
- CompletableFuture
- JDBC
- Annotations
- Reflection
- Unsafe