Home »
MCQs »
Spring MCQs
The ____ method obtains the resource after the demand
10. The ____ method obtains the resource after the demand
- Dependency Injection (DI)
- Dependency Lookup (DL)
- Dependency constructor (DC)
Answer: B) Dependency Lookup (DL)
Explanation:
The Dependency Lookup method obtains the resource after demand.