VMware
2V0-72.22
130 Minutes
60
Professional Develop VMware Spring
A: The @After advice type is invoked regardless of whether a method successfully returned or an exception was thrown.
B: In Spring AOP, a join point represents a method execution or property access.
C: In Spring AOP, a join point represents a method execution or property access.
D: Examples of cross-cutting concerns include security, caching, transaction.
E: There are in total 4 types of advice, @Before, @After, @AfterReturning and @AfterThrowing.
A: The ApplicationContext is the root interface for accessing the Spring container.
B: The ApplicationContext lazy initializes beans by default.
C: The ApplicationContext can be created in a test environment, web application, and in a standalone application.
D: The ApplicationContext does not include all functionality of the BeanFactory.
E: The ApplicationContext maintains singleton beans that are instantiated by the Spring runtime.
A: REST is a Protocol.
B: REST is Stateful.
C: REST is Reliable.
D: REST is Interoperable.
E: REST is Relative.