Q. Which method is declared by the functional interface `Supplier`?
β
Correct Answer: (A)
get()
Explanation: `Supplier` provides the `get()` method to return a value.