Skip to content

Releases: SolisDynamics/exploring-java-libraries

v1.0 - Initial Code Release for "Exploring Java Libraries"

14 Apr 13:37
4959b04

Choose a tag to compare

First Official Code Release

This is the initial release of the companion source code for the book "Exploring Java Libraries: A Developer’s Guide".

Included in this version:

  • java.lang: Object methods, Class, and Wrapper class examples.
  • java.io & java.nio: File handling and modern I/O techniques.
  • concurrency: Thread management and synchronization samples.
  • reflection: Dynamic class loading and ClassLoader demonstrations.
  • java.util: Collections Framework and utility class patterns.

This repository is designed to help readers practice the concepts discussed in the book with real-world, executable examples.