[Java] Dynamic Class Generation and Method Invocation Using Reflection

Tadashi Shigeoka ·  Tue, November 6, 2012

In Java 1.4, using reflection allows you to implement dynamic class generation and method invocation.

Java

For more details, read these resources:

That’s all from the Gemba.