Java Spring Framework Question:
Download Job Interview Questions and Answers PDF
What do you mean by Auto Wiring?
Answer:
The Spring container is able to autowire relationships between collaborating beans. This means that it is possible to automatically let Spring resolve collaborators (other beans) for your bean by inspecting the contents of the BeanFactory. The autowiring functionality has five modes.
► no
► byName
► byType
► constructor
► autodirect
► no
► byName
► byType
► constructor
► autodirect
Download Spring Framework Interview Questions And Answers
PDF
Previous Question | Next Question |
What do you mean by Bean wiring? | What is DelegatingVariableResolver? |