Closure and Callbacks

Posted by Neeraj on Stack Overflow See other posts from Stack Overflow or by Neeraj
Published on 2010-03-18T09:55:34Z Indexed on 2010/03/18 11:51 UTC
Read the original article Hit count: 344

Filed under:
|

Is there any other way in java to implement call backs apart from inner classes? What is the difference between callbacks and closures?

© Stack Overflow or respective owner

Related posts about java

Related posts about closures