Q. In which Java version were method references introduced along with lambdas?
β
Correct Answer: (C)
Java 8
Explanation: Both lambdas and method references were introduced in Java 8.