单项选择题

哪个Statement对象可以sql=”SELECT *FROM EMP WHERE ENAME=?”()

A.Statement
B.PreparedStatement
C.CallableStatement
D.以上都可以