Multiple Choice
Which of the following statements is true with respect to Spring's support for Object-Relational Mapping (ORM) libraries (select one)
A) Spring supports management of Hibernate Sessions or JPA PersistenceContexts in combination with local transactions
B) Spring provides support for translating exceptions thrown from ORM libraries into Spring's own exception hierarchy
C) Spring provides FactoryBeans to configure each of the supported ORM libraries
D) All of the above is true
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Which of the following methods is NOT
Q4: Consider the following complete configuration sample:<br>< bean
Q5: ClientService service = applicationContext.getBean(ClientService.class) Which statement is
Q6: Which of the following is a valid
Q7: Identify the correct statement(s) about the following
Q9: Which of the following statements defines a
Q10: Assuming a web application context name of
Q11: Which of the following statements about the
Q12: Identify the correct statement(s) regarding the <aop:aspectj-autoproxy
Q13: Which statement best describes the advantage of