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 the steps involved in establishing a connection using jdbc in java?
Is jdbc a middleware?
What is jdbc databasemetadata interface?
What is jdbc thin client in oracle?
Is oracle client required for jdbc connection?
What is JDBC Savepoint? How to use it?
What is database deadlock ? How can we avoid them?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
Which is best database for java?
What are the advantages of using preparedstatement over statement?
What is setautocommit in jdbc?
What is the query used to display all tables names in SQL Server (Query analyzer)?
How to check jdbc driver version in sql server?
What is odbc and jdbc?
Is jdbc a protocol?