Java Spring Framework Question:

What is meant by Weaving?

Tweet Share WhatsApp

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 PDF Read All 43 Spring Framework Questions
Previous QuestionNext Question
What is a Proxy?What are the different points where weaving can be applied?