Discussion :: Spring MCQs
- Which advice is executed only when joint point returns or throws an exception?
Answer : Option C
Explanation :
If you would like to perform logging only when a join point returns, you should replace the after advice with an after returning advice.
Be The First To Comment