Q. Which type of method reference is `System.out::println`?

  • (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: It is an instance method of the specific object System.out.
Explanation by: Mr. Dubey
It is an instance method of the specific object System.out.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
52
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate