This directory contains multiple examples. It may be loaded in IDE at the
Ch17 level. Java 17+ is required.
ch17/Concat.java- Basic string concatenationch17/HiddenExamples.java- Creating a hidden classch17/MHExamples.java- Method handler retrieval examplech17/ReflectionExamples.java- Reflection example
Alternatively, the samples may be compiled and run at the command-line as follows:
cd Ch17/ch17
javac *.java
java -cp .. ch17.ReflectionExamples