InterviewSolution
Saved Bookmarks
| 1. |
How Does A Spring Factory Bean Work? |
|
Answer» It is created by SPRING AUTOMATICALLY, any SETTERS are called on the factory then its getObject() METHOD is called to allocate the actual bean. It is created by Spring automatically, any setters are called on the factory then its getObject() method is called to allocate the actual bean. |
|