Skip to content

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

Latest

Choose a tag to compare

@SolisDynamics SolisDynamics released this 14 Apr 13:37
· 19 commits to main since this release
4959b04

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.