java - Garbage Collection of Spring Beans -


how the objects managed spring garbage collected? java garbage collector can find normal objects (i mean have not injected them via dependency injection).

how garbage collector collect spring beans? since cannot track them via stack. gc garbage collect spring beans not being used.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -