单项选择题
在Spring MVC中,哪个类是负责处理HTTP请求和响应的()
A.HttpServlet
B.RequestHandler
C.DispatcherServlet
D.SpringController
点击查看答案&解析
相关考题
-
单项选择题
关于ApplicationContext接口,下列说法错误的是()
A.它是beanfactory的子接口
B.ApplicationContext是基于beanfactory而建立的,ApplicationContext继承了beanFactory的功能
C.fileSystemXmlApplicationContext是其子接口(应说“子实现”?)
D.ApplicationContext提供了对资源文件进行访问的支持 -
单项选择题
Spring 3提升了哪项功能()
A.支持更多注解
B.支持更多的bean 作用域
C.增加额外的生命周期方法
D.全不正确 -
单项选择题
如何在Spring应用中使用SLF4J()
A.作为日志框架
B.作为JDBC框架
C.作为一个bean
D.全不正确
