InterviewSolution
Saved Bookmarks
| 1. |
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. |
|