adspace
Answer Posted / Harikesh Gautam
The dependency resolution process in Spring Framework is a mechanism that manages the relationships between application components, ensuring that each component has its dependencies met at runtime. It follows a bottom-up approach where the container first resolves the dependencies of beans that have been defined as dependencies themselves (also known as dependent beans). Then it proceeds to resolve the dependencies of other beans that depend on those previously resolved beans. This process continues until all bean dependencies are satisfied.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers