Multiple choice technology web technology Which one of the below is implementation of the Application Context? a. FilePathXmlApplicationContext class b. SystemXmlPathApplicationContext class c. FileSystemXmlApplicationContext class d. XmlFileApplicationContext class Reveal answer Fill a bubble to check yourself C Correct answer Explanation FileSystemXmlApplicationContext is a concrete implementation of ApplicationContext that loads bean definitions from an XML file in the file system. This is different from ClassPathXmlApplicationContext which loads from the classpath.