Skip to content

chukitipok/java-koans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 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

About

A collection of Java exercices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%