Java Spring Framework Question:

What is a Target?

Tweet Share WhatsApp

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 PDF Read All 43 Spring Framework Questions
Previous QuestionNext Question
What is an Introduction in AOP?What is a Proxy?