Answer Posted / one two
Some special features ar as:
It supports Meta Data about Database as well as result set.
We can traverse in database tables in both directions.
It supports JDBC Row Set.
Date and Time functions are supported.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In which ways is driver class is registered with drive manager?
What are the advantages of using jdbc datasource?
How can you make the connection using jdbc?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
How are jdbc statements used?
What is the different between ResultSet and RowSet?
What are the packages are used in jdbc?
Explain how to make updates to the updatable resultsets.
What are the differences between statement and preparedstatement interface?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is a java driver?
What is difference between statement and preparedstatement in jdbc?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is database deadlock ?