πŸ“Š JAVA
Q. Which type of method reference is represented by `Object::toString`?
  • (A) Static method reference
  • (B) Instance method reference of an arbitrary object
  • (C) Instance method of specific object
  • (D) Constructor reference
πŸ’¬ Discuss
βœ… Correct Answer: (B) Instance method reference of an arbitrary object

Explanation: `Object::toString` refers to an instance method of an arbitrary object.

Explanation by: Mr. Dubey
`Object::toString` refers to an instance method of an arbitrary object.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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