1Z0-829 • Practice Exam 3 — 20 Questions
Free 1Z0-829 practice exam 3 — 20 questions with explanations. No signup required.
Which THREE statements about lambda expressions are true? (Choose three.) A. A lambda expression can be assigned to a functional interface variable. B. A lambda expression can access final or effectively final local variables. C. A lambda expression can throw any checked exception. D. A lambda expression can be used to create an instance of an abstract class. E. A lambda expression can be used to implement multiple abstract methods.