adspace


What is spring configuration file?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lazy class?

490


What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518