What is spring configuration file?



What is spring configuration file?..

Answer / Anu Sirohi

A Spring configuration file, often referred to as applicationContext.xml or beans.xml, is an XML file that contains the configuration for various components (beans) of a Spring-based application. It specifies the dependencies between these components and other relevant settings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is difference between @pathvariable and @requestparam in spring?

1 Answers  


How to inject a java.util.properties into a spring bean?

1 Answers  


What is aop proxy?

1 Answers  


What does a spring bean definition contain?

1 Answers  


Explain the concept of auto wiring.

1 Answers  


What is spring stereotype annotations?

1 Answers  


What is application context in spring?

1 Answers  


What is use of @configuration in spring?

1 Answers  


What is @repository annotation in spring boot? : Spring Boot

1 Answers  


What is tight and loose coupling?

1 Answers  


What is the typical bean life cycle in spring bean factory container?

1 Answers  


What is the difference between spring mvc and spring rest?

1 Answers  


Categories