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
What are restrictions on triggers?
Name different methods for getting streams.
What does the jdbc connection interface?
What is jdbc odbc in java?
What is odbc and jdbc?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
How to make updates to updatable result sets in jdbc?
What is the full form of jdbc?
What are the advantages of database connection pooling?
What are jdbc?
How to know howmuch data is truncated?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Why prepared statements are faster?
What is jdbc and why is it required?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?