Answer Posted / anupam kushwaha
JDBC is not a language or a software product. It is an API, which contains set of java classes and interfaces for developing database application using Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the utilities of the callablestatement?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
Which interface handles transaction management in jdbc?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is the difference between execute, executeQuery, executeUpdate?
What is connection pooling and why it is used?
What are different parts of a url?
How to test jdbc connection to sql server?
How does a custom RowSetReader get called from a CachedRowSet?
What is the use of jdbc api?
What is jdbc and odbc?
What does jdbc setmaxrows method do?
Explain about column name and getter method?
Result set’s index starts with 0 or 1?
What is database deadlock ?