Page 1 of 1

About Question enthuware.ocpjp.v8.2.1807 :

Posted: Sat Jul 23, 2016 6:21 am
by badbishop
Shouldn't the question say: "... can be used as Lambda expressions"?

Re: About Question enthuware.ocpjp.v8.2.1807 :

Posted: Sat Jul 23, 2016 10:00 am
by admin
Not necessarily. You don't "use" a functional interface as a lambda expression. You use a lambda expression for implementing a functional interface.
HTH,
Paul.

Re: About Question enthuware.ocpjp.v8.2.1807 :

Posted: Mon Jul 25, 2016 10:01 am
by badbishop
Right. So, "Which interfaces can be implemented using lambda expressions".

Re: About Question enthuware.ocpjp.v8.2.1807 :

Posted: Mon Jul 25, 2016 11:39 am
by admin
That is certainly more clear. Updated.
thank you for your feedback!