Multiple Choice
Consider the following bean definition <bean id="clientService" class="com.springsource.service.ClientServiceImpl" /> 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
Correct Answer:

Verified
Correct Answer:
Verified
Q47: Which of the following statements is NOT
Q48: Which of the following statements about use
Q49: Which of the following statements is NOT
Q50: Which of the following statements is NOT
Q51: @Configuration public class AppConfig { @Bean public
Q52: What is true regarding bean definition inheritance?<br>A)
Q53: Identify the correct statement about the following
Q54: Which of the following statements is NOT
Q56: Which of the following statements about Pointcut
Q57: Which of the following statements about the