单项选择题

"SELECT NAME,AGE FROM EMP"中获得字符串NAME值使用()。

A.rs.getString(0)
B.rs.getName(1)
C.rs.getString(1)
D.rs.getName("name")