Which are true statements about referencing variables from a lambda? (Choose two.) A. Instance and static variables

Question:

Which are true statements about referencing variables from a lambda? (Choose two.)

A. Instance and static variables can be used regardless of whether effectively final.

B. Instance and local variables can be used regardless of whether effectively final.

C. Instance variables and method parameters must be effectively final to be used.

D. Local variables and method parameters must be effectively final to be used.

E. Local and static variables can be used regardless of whether effectively final.

F. Method parameters and static variables can be used regardless of whether effectively final. 

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: