quantumsheep / java-koans

A collection of Java exercices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-koans

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:

Backlog

Collections

  • Collections
  • Comparable

Time

  • Time API

IO

  • IO / Files (try with resources)
  • Serialization
  • HttpClient, HttpRequest
  • CompletableFuture
  • JDBC

Misc

  • Annotations
  • Reflection
  • Unsafe

About

A collection of Java exercices.

License:The Unlicense


Languages

Language:Java 100.0%