linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which one of the following statements is NOT true about the Application Context.

When configuring Application Context, Spring supports defining beans either through XML file or annotations starting from Spring 2.5
ApplicationContext is an interface and is an extension to BeanFactory interface.
ApplicationContext provides dependency Injection services and AOP service, but NOT transaction services.
In a web container environment, Spring bootstraps ApplicatonContext via the ConextLoaderListner.

Answer:
ApplicationContext provides dependency Injection services and AOP service, but NOT transaction services.

Note: This Question is unanswered, help us to find answer for this one