Thursday, April 24, 2008

Reflection()

I've been doing some programming using reflection recently and when I thought about the term I was unable to put together a formal definition, so here it is...

Reflection in computer science is: "Reflection allows code to discover information about the fields, methods and constructors of loaded classes and to dynamically invoke them. It basically entails reaching into the JVM (if in JAVA) and grabbing out information about loaded classes at runtime"

No comments: