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

Explanation: `System.out::println` refers to an instance method of a specific object (`System.out`).

Explanation by: Mr. Dubey
`System.out::println` refers to an instance method of a specific object (`System.out`).

πŸ’¬ Discussion


πŸ“Š Question Analytics

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