JMX (Java Management Extensions) Question:
What is dependency injection?
Answer:
A pattern (design) whereby collaborators are passed into an object from the outside - the object does not allocate them for itself.
Previous Question | Next Question |
How to run JMX Java application in uDeploy process? | Why is dependency injection useful? |