Archive | August 4th, 2008

Closures in Java 7.0

August 4, 2008

1 Comment

What is a closure? Wikipedia says: A closure is a function that is evaluated in an environment containing one or more bound variables.(Free variables which are to be passed to the function).In some languages closures may occur when a function is defined within another function and the inner function refers to the local variables of [...]

email