What is Reflection in Java Can anyone explane?

This question already has an answer here:

  • What is reflection and why is it useful? 20 answers

  • 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中动态创建一个对象

    下一篇: 什么是Java中的反射任何人都可以解释吗?