Multiple choice technology web technology

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

  1. a. FilePathXmlApplicationContext class

  2. b. SystemXmlPathApplicationContext class

  3. c. FileSystemXmlApplicationContext class

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