InterviewSolution
Saved Bookmarks
| 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 |
|