View all questions & answers for the 2V0-72.22 exam
Which two statements are true about Spring AOP? (Choose two.)
The @After advice type is invoked regardless of whether a method successfully returned or an exception was thrown.
In Spring AOP, a join point represents a method execution or property access.
Spring AOP does not use AspectJ's pointcut expression language.
Examples of cross-cutting concerns include security, caching, transaction.
There are in total 4 types of advice, @Before, @After, @AfterReturning and @AfterThrowing.
Submit