πŸ“Š JAVA
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

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