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

在Java中,创建PreparedStatement对象时需要传入一个SQL查询字符串,这个字符串中的参数需要用什么符号表示?

A?
B${}
C[]
D>