JMX (Java Management Extensions) Question:

Download Job Interview Questions and Answers PDF

What are the advantages of setter dependency injection?

JMX Interview Question
JMX Interview Question

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 Interview Questions And Answers PDF

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