Java Reflection API
7 Introduction JAVA Reflection is a behavioural Application Programming Interface (API) that allows users to examine and study all of the attributes and traits of classes, interfaces, fields (scope should be within the class concerned), and its methods at runtime. Even constructor behaviour falls under the examination bracket of the JAVA Reflection API. To be […]