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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -