JMX (Java Management Extensions) Question: Download JMX PDF

What are the advantages of setter dependency injection?

Tweet Share WhatsApp

Answer:

Here are a few advantages of Setter:
☛ Natural for Java Beans
☛ Avoids overly long constructors
☛ Can be inherited
☛ Easier to understand in that properties have names
☛ Constructor args don't have names

Download JMX PDF Read All 30 JMX Questions
Previous QuestionNext Question
How to access JMX (Java Beans) from a process running in docker container?How is the application JVM configured?