单项选择题

在java中.在使用JDBC时。对于多次调用同一条SQL语句的情况,使用()通常会提高效。

A. Statement
B. CallableStatement
C. PreparedStatement
D. PrarmeterStatement