相关考题
-
单项选择题
在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
