Q. What type of method reference is `this::equals`?

  • (A) Static method reference
  • (B) Instance method of a specific object
  • (C) Constructor reference
  • (D) Instance method of arbitrary object
πŸ’¬ Discuss
βœ… Correct Answer: (B) Instance method of a specific object
Explanation: `this::equals` refers to an instance method of the current object.
Explanation by: Mr. Dubey
`this::equals` refers to an instance method of the current object.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
51
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate