CoreSpringV3.2 Core-Spring (based on Spring 3.2)

Loading demo links...

Showing 7–9 of 10 questions

Question 7

State which operation is not performed by the JdbcTemplate (select one)

Select an option, then click Submit answer.

  • Acquisition of the connection

  • Definition of the DataSource

  • Execution of the statement

  • Release of the connection

Question 8

Which of the following statements is true concerning configuring JMS Resources with Spring? (Select one)

Select an option, then click Submit answer.

  • Spring cannot use a standalone JMS provider

  • Spring can use the JMS resources provided by an application server

  • The ConnectionFactory cannot be standalone

  • The ConnectionFactory cannot be retrieved from JNDI

Question 9

Which statement is NOT a characteristic of Spring's PlatformTransactionManager base interface (select one)

Select an option, then click Submit answer.

  • When declaring a PlatformTransactionManager implementation inside Spring configuration: as a requirement, the bean id should be "transactionManager"

  • The PlatformTransactionManager interface abstracts the differences between local and JTA transactions

  • There are various implementations of JTA transaction managers for different Java EE containers

  • PlatformTransactionManager is used in both declarative and programmatic transaction management