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:
- https://github.com/matyb/java-koans/
- https://github.com/konohiroaki/java8-code-kata/
- Collections
- Comparable
- Time API
- IO / Files (try with resources)
- Serialization
- HttpClient, HttpRequest
- CompletableFuture
- JDBC
- Annotations
- Reflection
- Unsafe