Answer Posted / mraghuhere
JDBC is a mechanism supported by java to communicate with a database through the java application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If you are truncated using JDBC, how can you that how much data is truncated?
What is isolation level? How to set it?
How does a file store compare with a jdbc store?
What does it mean to "materialize" data?
What is Apache DBCP API?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is JDBC RowSet? What are different types of RowSet?
What is a jdbc connection?
What is a jdbc connection string?
Can I get a null resultset?
What is statement and preparedstatement in java?
Can I use JDBC to execute non-standard features that my DBMS provides?
What are the jdbc api components?
How does a custom RowSetReader get called from a CachedRowSet?
What is jdbc connection interface?