Q. Which Stream API method is commonly used with lambdas?
β
Correct Answer: (A)
map()
Explanation: `map()` is commonly used with lambdas to transform stream elements.