A: Spring配置文件必须包含applicationContext.xml。
B: Spring配置文件可以不叫applicationContext.xml。
C: Spring配置文件可以有多个。
D: Spring配置文件只能有一个。
举一反三
- Spring的配置文件说法正确的有() A: Spring配置文件必须包含applicationContext.xml。 B: Spring配置文件可以不叫applicationContext.xml。 C: Spring配置文件可以有多个。 D: Spring配置文件只能有一个。
- Spring的配置文件说法正确的有() A: Spring配置文件必须包含applicationContext.xml。 B: Spring配置文件可以不叫applicationContext.xml。 C: Spring配置文件可以有多个。 D: Spring配置文件只能有一个。
- Spring的配置文件说法正确的有() A: Spring配置文件必须包含applicationContext.xml。 B: Spring配置文件可以不叫applicationContext.xml。 C: Spring配置文件可以有多个。 D: Spring配置文件只能有一个。
- Spring的配置文件说法正确的有() A: Spring配置文件必须包含applicationContext.xml。 B: Spring配置文件可以不叫applicationContext.xml。 C: Spring配置文件可以有多个。 D: Spring配置文件只能有一个。
- 以下关于Spring配置文件说法不正确的是() A: Spring只能有一个配置文件 B: Spring可以有多个配置文件 C: Spring的配置文件名必须是“applicationContext” D: Spring的配置文件名不必是“applicationContext”
内容
- 0
下面关于Spring配置文件正确的是()。 A: Spring配置文件必须叫applicationContext.xml B: Spring配置文件可以不叫applicationContext.xml C: Spring配置文件可以有多个 D: Spring配置文件只能有一个
- 1
下面关于Spring配置文件说话正确的是? A: Spring配置文件必须叫applicationContext.xml B: Spring配置文件只能有一个 C: Spring配置文件只能有多个 D: Spring配置文件可以不叫applicationContext.xml
- 2
下面关于Spring配置文件说话正确的是() A: A)Spring配置文件必须叫applicationContext.xml B: B)Spring配置文件可以不叫applicationContext.xml C: C)Spring配置文件可以有多个 D: D)Spring配置文件只能有一个
- 3
下面关于Spring配置文件说法正确的是()。 A: Spring配置文件必须叫applicationContext.xml B: Spring配置文件可以不叫applicationContext.xml C: Spring配置文件只能有一个 D: 都不对
- 4
下列关于Spring配置文件的说法不正确的是( )。 A: 把applicationContext.xml文件放到src目录下,Spring也可以读到 B: Spring默认是读取/WEB-INF/applicationContext.xml配置文件 C: Spring的配置文件可以配置在类路径下,并可以重命名,但是需要在web.xml文件中指定 D: 可以通过在web.xml中的<context-param><param-name>和<param-value>进行指定Spring配置文件