You are not logged in.
#1 2016-04-04 05:51:08
Which of the following is correct about CallableStatement?
Java Quizzes JDBC (Java Database Connectivity)
Question:
Which of the following is correct about CallableStatement?
Option A):
The CallableStatement interface can accept runtime input parameters.
Option B):
Used when you want to access the database stored procedures.
Option C):
None of these
Option D):
Both of these
Correct Answer is Option D):
Both of these
Explanation:
CallableStatement is used when you want to access the database stored procedures. The CallableStatement interface accepts input parameters at runtime.
Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/
Offline
2016-04-04 05:51:08
- Advertisement
- Ads By Google
Re: Which of the following is correct about CallableStatement?
\n