0
votes
How do you resolve a circular dependency with an inner class?
(Not sure if this is what you are asking...)
At runtime, the inner class has an implicit reference to the instance of the outer class it belongs to. So whenever you pass the inner class in …
