Multiple Choice
Identify the correct statement(s) about the following pointcut expression: execution(* rewards.restaurant.*Service.find(..) )
A) The target's type should end with "Service"
B) The target method name could be "findRestaurantById"
C) The target method should have one argument only
D) The target method may have several arguments
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Which of the following statements about Spring's
Q16: Security filters are used in Spring Security
Q17: import com.springsource.service.*; ... @Configuration public class AppConfig
Q18: Which of these is NOT a characteristic
Q19: Consider the following Spring JMS configuration <jms:listener-container
Q21: Which of the following statements is NOT
Q22: Which of the following statements is NOT
Q23: State which type of object the JdbcTemplate
Q24: Consider the following Spring Security configuration <security:http>
Q25: Which of the following statement(s) is/are true