Back to Browse

Effective Java in Depth -- Item 5: Prefer dependency injection to hardwiring resources

976 views
Nov 9, 2021
30:28

In this tutorial on effective java, I discuss item 5 which is about how and when classes should manage resources (other object references). For more reading material on dependency injection see: https://en.wikipedia.org/wiki/Dependency_injection

Download

0 formats

No download links available.

Effective Java in Depth -- Item 5: Prefer dependency injection to hardwiring resources | NatokHD