JMX (Java Management Extensions) Question: Download JMX PDF

How does a Spring Factory Bean work?

Tweet Share WhatsApp

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.

Download JMX PDF Read All 30 JMX Questions
Previous QuestionNext Question
What is the advantage of constructor dependency injection?What are the 5 scopes defined in Spring?