Multiple choice technology web technology

What is not one of the common implementations of the Application Context ?

  1. XmlWebApplicationContext

  2. RequestXmlApplicationContext

  3. ClassPathXmlApplicationContext

  4. FileSystemXmlApplicationContext

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

Spring provides XmlWebApplicationContext, ClassPathXmlApplicationContext, and FileSystemXmlApplicationContext. There is no standard class named RequestXmlApplicationContext in the Spring Framework.