Multiple choice technology web technology

Which one of the below is implementation of the Application Context?

  1. FilePathXmlApplicationContext class

  2. SystemXmlPathApplicationContext class

  3. FileSystemXmlApplicationContext class

  4. XmlFileApplicationContext class

  5. None of the above.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

FileSystemXmlApplicationContext is a concrete implementation of the Spring ApplicationContext interface that loads bean definitions from an XML file located in the file system.