Reflection in Java is a feature that makes it possible to inspect classes, interfaces, methods at run-time without knowing the names of classes, interfaces, methods at compile-time. It is also possible to create objects, invoke methods, get/set field values using reflection.
References
Java Reflection Tutorial by Jakob Jenkov
Java Reflection API
References
Java Reflection Tutorial by Jakob Jenkov
Java Reflection API
No comments:
Post a Comment