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 does connection pooling mean ?
What is jdbc architecture?
What is layer in communication?
What is the major difference between java.util.date and java.sql.date data type?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Why would you use setautocommit(false) in jdbc?
password, is stored in as plain text. What can I do to protect my passwords?
Why jdbc is used in java?
State the three different ways in which you can create a table?
What are the different types of JDBC drivers?
Explain the difference between rowset vs. Resultset in jdbc?
Briefly tell about the jdbc architecture.
What is executeupdate in java?
What are the basic exceptions in jdbc?
What is jdbc connection interface?