Home / Report Question

Q. How method can be invoked on unknown object?
  • A. obj.getClass().getObject()
  • B. obj.getClass().getMethod()
  • C. obj.getClass().getDeclaredField()
  • D. obj.getClass().getDeclaredMethod()