UnderstandingAndUsingReflection
Read

UnderstandingAndUsingReflection

by sgganesh

Understanding and Using Reflection Summary: Reflection is a powerful language feature. Java supports ‘structural-reflection’, which is safe to use. With reflection, it is possible to do two basic types of operations on code: inspection and manipulation.... More

Read the publication