Multiple choice technology web technology

The process of applying aspects to a target object to create a new proxy object is called _______ ?

  1. Advice

  2. Pointcut

  3. Weaving

  4. Jointpoint

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Weaving is the process of applying aspects (cross-cutting concerns) to a target object to create a proxy object. Advice defines what action to take, Pointcut defines where to apply, and Jointpoint is a point in execution.