Home »
MCQs »
Spring MCQs
____ is a design technique that eliminates dependencies from programming code to make the application easier to manage and test
9. ____ is a design technique that eliminates dependencies from programming code to make the application easier to manage and test.
- Dependency Injection (DI)
- Dependency Lookup (DL)
- Dependency constructor (DC)
Answer: A) Dependency Injection (DI)
Explanation:
Dependency Injection (DI) is a design technique that eliminates dependencies from programming code to make the application easier to manage and test.