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's common ApplicationContext implementations include ClassPathXmlApplicationContext, FileSystemXmlApplicationContext, and XmlWebApplicationContext. 'RequestXmlApplicationContext' is not a real implementation - this is likely mixing up the concept of request scope beans with ApplicationContext types.