使用MyBatis框架时,最终使用的对象类型是()。
A. Resources
B. SqlSessionFactoryBuilder
C. SqlSessionFactoy
D. SqlSession
查看答案
使用MyBatis框架时,SqlSession的()方法不必使用事务管理方式。
A. selectList
B. insert
C. delete
D. update
为了实现异步获取数据,对SpringMVC控制器中的方法应使用@()注解。
A. ResponseBody
B. Responsebody
C. RequestParam
D. Controller
下列标签中,不出现在SpringMVC项目配置文件中的选项是()。
A. context:component-scan
B. mvc:annotation-driven
C. bean
D. servlet
SpringMVC框架配置文件springmvc-config.xml中,与静态资源映射配置相关的是()。
A. mvc:annotation-driven
B. mvc:resources
C. context:component-scan
D. InternalResourceViewResolver