• 2022-06-14
    下列选项中,可得到 PreparedStatement对象的是( )
    A: PreparedStatement pstmt =connection.createStatement();
    B: PreparedStatement pstmt =connection.prepareStatement(sql);
    C: PreparedStatement pstmt =connection.prepareStatement();
    D: PreparedStatement pstmt = connection.createStatement("sql");