单项选择题
Spring的优势不包括以下哪个选项()
A.方便解耦,简化开发
B.AOP编程的支持
C.使程序的测试更复杂
D.降低Java EE API的使用难度
点击查看答案&解析
相关考题
-
单项选择题
Spring bean 的默认作用域是()
A.全不正确
B.Singleton
C.Prototype
D.Session -
单项选择题
关于Spring Mvc说明正确的是()
A.Spring 配备构建Web 应用的全功能MVC框架
B.spring mvc是spring框架的升级版
C.springmvc和spring通过中间整合层进行整合
D.它只能以声明的方式把请求参数和业务对象绑定 -
单项选择题
配置注解映射器和适配器,下列代码正确的是()
A.<context:component-scan base-package="com.tgb.web.controller.annotation"></context:component-scan>
B.<mvc:annotation-driven></mvc:annotation-driven>
C.<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
D.<context:component-scan base-package="cn.itcast.ssm.controller"></context:component-scan>
