Want to pass your Core-Spring (based on Spring 3.2) CORESPRINGV3.2 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Consider the following bean definition
Using Spring AOP, you have declared a Pointcut targeting all methods inside the clientService bean.
ClientServiceImpl implements 3 different interfaces.
Which interfaces will the proxy class implement? (Select one)
A. All interfaces
B. The proxy class does not implement any interface
C. A Spring bean should never implement any interface
Which of the following is NOT a characteristic of Spring Remoting? (Select one)
A. It has its own proprietary naming directory service that remote services are published to
B. It supports multiple protocols and multiple forms of object serialization
C. It uses polymorphism on the client so that client code can be agnostic to whether it is using a remote service or local object
D. Spring beans can be published as remote services by simply adding configuration
Which of the following statements is NOT a characteristic of Spring Security? (select one)
A. It provides a strict implementation of the Java EE Security specification
B. Authentication data can be accessed using a variety of different mechanisms, including databases and properties files
C. Security can be configured at the method level
D. Tag libraries are provided for displaying security context information in JSP pages