Home / CSE MCQs / JDBC :: Discussion

Discussion :: JDBC

  1. How can you execute a stored procedure in the database?
  2. A.
    Call method execute() on a CallableStatement object
    B.
    Call method executeProcedure() on a Statement object
    C.
    Call method execute() on a StoredProcedure object
    D.
    Call method run() on a ProcedureCommand object

    View Answer

    Workspace

    Answer : Option A

    Explanation :



Be The First To Comment