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

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Identify the correct statement(s) regarding the tag (Select one or multiple answers)

Select all that apply, then click Submit answer.

  • Can only be used with AspectJ (as opposed to Spring AOP)

  • Enables the detection of @Aspect annotated classes

  • Allows to define a list of names to include so Spring is not going to scan all the beans at startup

Question 5

Which of the following statement(s) is/are true concerning Spring Transactions? (Select one or several answers)

Select all that apply, then click Submit answer.

  • Spring only provides support for declarative transaction management, there is no programmatic support

  • Spring provides declarative transactions only using XML

  • An AOP pointcut can be used to define which methods to advise for transactions

  • Spring's tx namespace enables a concise definition of transactional advice

Question 6

Which of the following statements is NOT true concerning Spring Remoting? (Select one)

Select an option, then click Submit answer.

  • Spring exporters handle the binding to a registry or exposing an endpoint

  • Spring provides FactoryBeans that generate proxies to handle client-side requirements

  • The client-side implementation must catch RemoteExceptions

  • Spring proxies convert RemoteExceptions to a runtime exception hierarchy