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()
πŸ’¬ Discuss
βœ… Correct Answer: (B) obj.getClass().getMethod()

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
390
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yogesh
Publisher
πŸ“ˆ
84%
Success Rate