Answers

Question and Answer:

  Home  JMX

⟩ How does a Spring Factory Bean work?

It is created by Spring automatically, any setters are called on the factory then its getObject() method is called to allocate the actual bean.

 182 views

More Questions for you: