Java Spring Framework Question:

What is an Introduction in AOP?

Tweet Share WhatsApp

Answer:

An introduction allows the user to add new methods or attributes to an existing class. This can then be introduced to an existing class without having to change the structure of the class, but give them the new behavior and state.

Download Spring Framework PDF Read All 43 Spring Framework Questions
Previous QuestionNext Question
What is a Pointcut?What is a Target?