What must you do when you provide a workaround for a code glitch in an existing service, for example, ProductService?? Note: There are 3 correct answers to this question.

What must you do when you provide a workaround for a code glitch in an existing service, for example, ProductService?? Note: There are 3 correct answers to this question.
A . Modify the existing bean definition with the new service.
B. Add a new bean definition with a new ID for the new service.
C. Implement a new custom service by extending the existing service.
D. Override the alias of the original bean definition.
E. Replace all injections with a new ID for the new service.

Answer: A,B,C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments