Java Spring Framework Question:
Download Job Interview Questions and Answers PDF
What is a Target?
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 Question | Next Question |
What is an Introduction in AOP? | What is a Proxy? |