Solved

Consider the Following Bean Definition ≪bean Id="clientService" Class="com

Question 55

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:

verifed

Verified

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

Related Questions