Description
This is often what one really wants to know wrt reflection: whether a given class can be assigned to a property, or provided as a method/constructor argument. So much so, of course, that J2SE 1.5 provides autoboxing implicitly.
This is often what one really wants to know wrt reflection: whether a given class can be assigned to a property, or provided as a method/constructor argument. So much so, of course, that J2SE 1.5 provides autoboxing implicitly.