What are the functionalities provided by the context package to enhance the beanfactory functionality?



What are the functionalities provided by the context package to enhance the beanfactory functionalit..

Answer / Abhilasha Rastogi

The Context package in Spring Framework extends the BeanFactory functionality by providing support for features like application configuration, autowiring, and AOP (Aspect-Oriented Programming). It includes ApplicationContext and WebApplicationContext interfaces, which provide additional capabilities such as message source, event publishing/subscribing, internationalization, and integration with web and web services.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What's the difference between spring and spring boot? : Spring Boot

1 Answers  


How do you stop lazy loading?

1 Answers  


Why would you use dependency injection?

1 Answers  


How many types of injection are there in spring?

1 Answers  


What is the difference between constructor and setter injection?

1 Answers  


What is step scope in spring batch?

1 Answers  


How can you inject a java collection in spring?

1 Answers  


What is the use of aop?

1 Answers  


What is meant by aop in spring?

1 Answers  


What is spring controller?

1 Answers  


How to integrate spring and hibernate using hibernatedaosupport?

1 Answers  


What is the use of spring boot in java? : Spring Boot

1 Answers  


Categories