单项选择题
spring配置文件中使用哪一个节点定义一个实例()
A.bean
B.context:beans
C.beans
D.application:beans
点击查看答案&解析
相关考题
-
单项选择题
Spring对Properties属性进行注入的根标签是()
A.entry
B.property
C.props
D.array -
单项选择题
哪种事务隔离级别能解决幻读的问题()
A.可重读(Repeatable Read)
B.可串行化(Serializable)
C.读操作已提交(Read Committed)
D.读操作未提交(Read Uncommitted) -
单项选择题
在SpringMVC框架中,经常会使用到重定向,以下选项中哪一个是重定向的关键字()
A.response
B.request
C.redirect
D.forward
