What are inner beans?



What are inner beans?..

Answer / Samir Kumar

In Spring Framework, inner beans are beans that are defined within another bean configuration. These beans do not have a unique id and their properties are set through constructor injection or property injection.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

How do you define transactions in spring?

1 Answers  


What is weaving?

1 Answers  


Is spring boot a lightweight? : Spring Boot

1 Answers  


Does spring mvc provide validation support?

1 Answers  


What is the meaning of stereotype annotations in spring?

1 Answers  


What is the difference between joinpoint and pointcut?

1 Answers  


Why is spring framework used?

1 Answers  


Why do we use autowiring in spring?

1 Answers  


What are classes for spring jdbc api?

1 Answers  


What is the role of web.xml in spring mvc and where is it located?

1 Answers  


What is the spring ioc container?

1 Answers  


What exceptions do the dao classes, use in spring throw?

1 Answers  


Categories