Hi,
On Jan 31, 2:34 pm, suren <[email protected]> wrote: > for example, a reference to it was passed into some other code and > then stored in an > instance variable. Because the local variables aren't guaranteed to be This is the point in the description. If you're inner class implements an interface, this one could be stored in some other method. After the current method is finished, the object references stored could be still executed. It is hard to understand and even harder to do such language designs to obey many different use cases which many people would not use. HTH Ewald -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en
