For a method execution, which advice wraps the execution and can decide whether to proceed with the execution?
a) Before advice
b) Around advice
c) After advice
d) After returning advice
b) Around advice "Around advice" surrounds the advised method execution and provides developers with the capability to customize behavior before and after the method invocation.