Page 1 of 1

How method can be invoked on unknown object?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) obj.getClass().getDeclaredMethod()
b) obj.getClass().getDeclaredField()
c) obj.getClass().getMethod()
d) obj.getClass().getObject()