Java Reflection makes it possible to inspect classes, interfaces, fields and methods at runtime, without knowing the names of the classes, methods etc. at compile time. It is also possible to …
Read Article about Java Reflection: How To Use Reflection To Call Java Method At Runtime →