Which two interfaces can you use to create lambda expressions?

Given:

Which two interfaces can you use to create lambda expressions? (Choose two.)
A. T
B. R
C. P
D. S
E. Q
F. U

Download Printable PDF. VALID exam to help you PASS.

5 thoughts on “Which two interfaces can you use to create lambda expressions?

  1. C and E are correct because Q extends P the methods are the same therefore Over Ridding end up having a Functional interface

  2. P has one abstract method –> functional interface
    Q extends P and override the method1 so Q has 1 abstract function –> functional interface
    R extends P but has another method so R has 2 methods (method1 and method2) –> not functional interface
    T,U have 2 abstract functions –>not functional interface

    so P & Q —> answer C,E

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.