Java Spring Framework Question:

Download Job Interview Questions and Answers PDF

What is an Introduction in AOP?

Spring Framework Interview Question
Spring Framework Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is a Pointcut?What is a Target?