Multiple choice technology web technology

1.)

  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

The question text is missing ('1.)'), but based on the options about ApplicationContext implementations, FileSystemXmlApplicationContext (option C) is indeed a valid Spring ApplicationContext implementation that loads configuration from the file system.