单项选择题
在Spring MVC中,以下哪一项注解既包含视图信息又包含模型信息。()
A.@ModelAttribute
B.@ModelAndView
C.@RequestMapping
D.@EntityAndView
点击查看答案&解析
相关考题
-
单项选择题
Spring中用于修饰持久层Dao组件的注解最为规范的是()
A.@Controller
B.@Component
C.@Service
D.@Repository -
单项选择题
在Spring中,下列不属于Spring中Bean作用域的是()
A.singleton
B.request
C.global-session
D.pageContext -
单项选择题
在Spring中,下列不是ApplicationContext接口作用的是()
A.提供国际化支持
B.资源访问
C.事务传递
D.载入多个配置文件
