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

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -