Answer Posted / ravi jain
ur question is confusing if its simple Callable then it is in
java.util.concurrent package else
if it is
CallableStatement interface
CallableStatement is an interface its super interfaces are:-
PreparedStatement
Statement
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is jdbc a middleware?
What is dburl?
How to check jdbc connection in java?
How can you use preparedstatement in jdbc?
How can we maintain the integrity of a database by using jdbc?
What is ojdbc14 jar?
What do you mean by odbc?
Is jdbc part of j2ee?
Is jdbc an api?
Why we use while rs next ())?
What are the types of statements in jdbc?
How do I insert/update records with some of the columns having NULL value?
What are the components of jdbc?
What is encrypted connection?
What is connection pooling and why it is used?