Home » JAVA Programming » Java Basic » Question
  1. Which of the following is used to call stored procedure?
    1. CalledStatement
    2. CallableStatment
    3. PreparedStatement
    4. Statement
    5. None of these
Correct Option: B

CallableStatement is used in JDBC to call stored procedure from Java program.



Your comments will be displayed only after manual approval.