Java Spring Framework Question:

Download Job Interview Questions and Answers PDF

What is a Target?

Spring Framework Interview Question
Spring Framework Interview Question

Answer:

A target is the class that is being advised. The class can be a third party class or your own class to which you want to add your own custom behavior. By using the concepts of AOP, the target class is free to center on its major concern, unaware to anyadvice that is being applied.

Download Spring Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is an Introduction in AOP?What is a Proxy?