Java Spring Framework Question:
What is Spring configuration file?
Answer:
Spring configuration file is an XML file. This file contains the classes information and describes how these classes are configured and introduced to each other.
Previous Question | Next Question |
What is AOP Alliance? | What does a simple spring application contain? |