Java Spring Framework Question:
Download Questions PDF

What is meant by Weaving?

Answer:

The process of applying aspects to a target object to create a new proxy object is called as Weaving. The aspects are woven into the target object at the specified joinpoints.

Download Spring Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is a Proxy?What are the different points where weaving can be applied?