首页题库练习题目详情
Java语言程序设计单选题中等

以下哪项是使用PreparedStatement设置参数的正确方法?

AsetString(1, "name")
BsetString("name")
CsetString(1, name)
DsetString(1, 123)