Wednesday, June 14, 2006

Reflection package

java.lang.reflect package has the ability to analyze itself in runtime. At runtime you can convert strings into methods or classes by using reflection package. It provides more generalism to your code.

0 Comments:

Post a Comment

<< Home