Multiple choice technology architecture

Spring's bootstrap object that loads all the high-level (entry-point) objects that are required by your application. What we call this mechanism?

  1. Application scope

  2. Application Integration

  3. Application Context

  4. None

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

The ApplicationContext is Spring's bootstrap mechanism that loads all high-level entry-point objects required by your application. It provides configuration for the application, reads bean definitions, and assembles them at runtime. Application scope is a bean scope, and Application Integration is not a standard Spring term.