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
Differentiate between a statement and a preparedstatement.
What is jdbc and jdbc drivers?
What is the function of drivermanager class?
Is odbc an api?
Why do we use jdbc statements?
How can you create jdbc statements?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What is drivermanager in jdbc?
What is resultsetmetadata?
Why is jdbc needed?
What is serialization and deserialization in java programming?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What are the main components of JDBC ?
Give steps to connect to the db using jdbc?
What are the differences between setmaxrows(int) and setfetchsize(int)?