Multiple Choice
To register for a bean destruction callback, one can (Select one)
A) Decorate the destroy method with @PreDestroy
B) Decorate the destroy method with @PreDestroy and add a <context:annotation-config /> xml declaration
C) Set the bean instance in a "prototype" scope
D) Set the lazy-init attribute within the <bean> tag
Correct Answer:

Verified
Correct Answer:
Verified
Q37: What is the primary purpose of bean
Q38: @Transactional(timeout=60) public class ClientServiceImpl implements ClientService {
Q39: Which statement is NOT a characteristic of
Q40: Which of the following statements best describes
Q41: Consider that all Spring beans have been
Q43: Which statement is NOT true concerning Spring's
Q44: Which of the following statements is NOT
Q45: In what order will these events occur
Q46: Which of the following statements about the
Q47: Which of the following statements is NOT