Solved

Which of the Following Statements Is NOT True About Spring

Question 21

Multiple Choice

Which of the following statements is NOT true about Spring AOP? (Select one)


A) "private" methods cannot be advised, but all other method visibilities can be
B) Proxy classes are created at startup time by default
C) The "After Throwing" advice type executes after the join point, but executes only if the advised method threw an exception
D) The "After" advice type is invoked regardless of whether a method successfully returned or an exception is thrown

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions