【多选题】
给定如下Java代码片段,已知查询语句是:select id from title,并且已经获得了相应的结果集对象res。现在要在控制台上输出title表中id列(存储类型为int)的值,可以填入下划线处的代码是()。
A、res.getInt(“id”)
B、res.getInt(0)
C、res.getInt(1)
D、res.getInt(id)
A、res.getInt(“id”)
B、res.getInt(0)
C、res.getInt(1)
D、res.getInt(id)