InterviewSolution
Saved Bookmarks
| 1. |
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 JOIN points. 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 join points. |
|