Java Spring Framework Question:

Download Job Interview Questions and Answers PDF

What does a simple spring application contain?

Spring Framework Interview Question
Spring Framework Interview Question

Answer:

These applications are like any Java application. They are made up of several classes, each performing a specific purpose within the application. But these classes are configured and introduced to each other through an XML file. This XML file describes how to configure the classes, known as theSpring configuration file.

Download Spring Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is Spring configuration file?What is XMLBeanFactory?