What statement best describes the notion of effectively final in Java? A. A local variable that is

Question:

What statement best describes the notion of effectively final in Java? 

A. A local variable that is marked final
B. A static variable that is marked final
C. A local variable whose primitive value or object reference does not change after it is
initialized
D. A local variable whose primitive value or object reference does not change after a certain
point in the method.
E. None of the above.

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

Step by Step Answer:

Question Posted: