Java Programming/Reflection

From Wikibooks, open books for an open world
< Java Programming
Jump to: navigation, search
Navigate Advanced topic: v  d  e )
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 programmatically.