题目内容

在 Spring MVC API 里,下列设计为接口的选项是() 。

A. ModelAndView
B. DispatcherServlet
C. JstlView
D. Model

查看答案
更多问题

设下面的 index 为转发的逻辑视图名,下列用法正确的是()。

A. return new ModelAndView("newsList","index",news);
B. return new ModelAndView("index","newsList",news);
C. return new ModelAndView("newsList",news",index");
D. return new ModelAndView("index",news,"newsList");

Spring MVC 项目使用的核心控制器是()。

A. RequestBody
B. Controller
C. DispatcherServlet
D. RequestMapping

下列标签中,不出现在 Spring MVC 项目配置文件里的选项是()。

A. context:component-scan
B. mvc:annotation-driven
C. bean
D. servlet

在 Spring MVC 项目里,控制器名称习惯上使用的后缀是。

答案查题题库