New page: Java Reflection API gives programmers access to runtime information about classes, their methods and fields. It allows them to inspect their structure and dynamically invoke an...

New page

[[Java]] [[Reflection]] [[API]] gives programmers access to runtime information about classes, their methods and fields. It allows them to inspect their structure and dynamically invoke and access methods and fields.