Java Spring Framework Question:

What are Inner Beans?

Spring Framework Interview Question
Spring Framework Interview Question

Answer:

When wiring beans, if a bean element is embedded to a property tag directly, then that bean is said to the Inner Bean. The drawback of this bean is that it cannot be reused anywhere else.


Previous QuestionNext Question
What are the important beans lifecycle methods?What are the different types of bean injections?