1.

Which of the following is used to call stored procedure?(a) Statement(b) PreparedStatement(c) CallableStatment(d) CalledStatementI have been asked this question in an online quiz.My question is taken from JDBC in section Java Beans & JDBC of Java

Answer»

The CORRECT option is (c) CallableStatment

Easiest explanation: CALLABLESTATEMENT is used in JDBC to call stored PROCEDURE from Java program.



Discussion

No Comment Found

Related InterviewSolutions