单项选择题

JdbcTemplate的新增方法包括()

A.update
B.insert
C.queryForObject
D.queryForList

<上一题 目录 下一题>
热门 试题

单项选择题
Spring容器读取db.properties文件的配置是()

A.<property name="driverClass"value="${jdbc.driverClass}"></property>
B.<property name="jdbcUrl"value="${jdbc.jdbcUrl}"></property>
C.<context:property-placeholder location="classpath:db.properties"/>
D.<property name="password"value="${jdbc.password}"></property>

单项选择题
spring开启扫描注解的功能是()

A.<property name="driverClass"value="com.mysql.jdbc.Driver"></property>
B.<context:component-scan base-package="com.mhys"></context:component-scan>
C.<property name="user"value="root"></property>
D.<property name="jdbcUrl"value="jdbc:mysql://127.0.0.1:3306/mysql"></property>

相关试题
  • 下面有关模型说法错误的是()
  • 以下选项对Helper类中的UrlHelper类的常用...
  • asp.net mvc 架构有哪部分()
  • Asp.net mvc 里的属于AcationResult 派...
  • MVC 是 Model-View-Controller 的缩写...