Java Programming Language Basics - Reflection Basics and Class Class
The standard J2SE platform libraries include a reflection API. This API allows classes to reflect on themselves, to see their inner selves. Typically not used by developers, but by tool developers such as those creating an IDE like NetBeans, the reflection API lets you discover the names of classes, methods, and fields.
Views: 879 | | by Isac
View this tutorial