Does anybody know, if closures will be in Java 7?
Closure won't definitively be present in Java 7, but if you are looking for a lighter solution to have closure in java right now check out how they have been implemented in the lambdaj library:
http://code.google.com/p/lambdaj/wiki/Closures