What is Reflection in Java Can anyone explane?
This question already has an answer here:
Reflection is the process of examining or modifying the runtime behavior of a class at runtime. It is used in:
• IDE (Integreted Development Environment) eg Eclipse, MyEclipse, NetBeans.
• Debugger
• Test Tools etc.
链接地址: http://www.djcxy.com/p/47622.html上一篇: 在java中动态创建一个对象