Java Programming/Reflection

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search
Advanced Topics:
Navigate Reflection topic:

Reflection is a new concept in Java, and did not exist in classical compiled languages like C, and C++. The idea is to discover an object's attributes and its methods progrematically.