执行SQL语句,需使用Statement对象的哪个方法?
A. createStatement
B. executeQuery
C. getString
D. next
从ResultSet对象中取出一条记录,使用哪个方法()
A. getRecord
B. getString
C. getNext
D. next
标签dataSource属于所属的文件是()
A. mybatis-config.xml
B. mapper.xml
C. web.xml
D. html文件
如果有如下配置,,说明UserMapper.xml应该创建于()
A. src根中
B. src中的mapper包中
C. src中的com.mapper包中