Java Spring Framework Question:

Download Job Interview Questions and Answers PDF

What is meant by Weaving?

Spring Framework Interview Question
Spring Framework Interview Question

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?