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. 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. |
|