πŸ“Š JAVA
Q. Which method is declared by the functional interface `Supplier`?
  • (A) get()
  • (B) accept()
  • (C) test()
  • (D) apply()
πŸ’¬ Discuss
βœ… Correct Answer: (A) get()

Explanation: `Supplier` provides the `get()` method to return a value.

Explanation by: Mr. Dubey
`Supplier` provides the `get()` method to return a value.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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