What is Reflection in Java Can anyone explane? -


this question has answer here:

can explain me question have. reflection? tired find answer in here, couldn't find it.

thanks in advance.

reflection process of examining or modifying runtime behavior of class @ runtime. used in:

• ide (integreted development environment) e.g. eclipse, myeclipse, netbeans.

• debugger

• test tools etc.