Skip to main content

One doc tagged with "java"

View all tags

Lambda: final and effective final

For the above program, we try to change the value of the local variable x in three different places (before, inside and after the lambda), which is not allowed.