Skip to content

Racheal-Iperu/Koans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages