Answer Posted / amarajagan
JDBC 2.0 features are
java.sql.Connection
java.sql.ResultSet
java.sql.ResultSetMetaData
java.sql.PreparedStatement
java.sql.CallableStatement
java.sql.DatabaseMetaData
java.sql.ResultSetMetaData
By the by all are interfaces
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of interfaces in the api component?
What is odbc and jdbc drivers?
What is a java driver?
Can we return resultset in java?
What are the steps to connect to a database in java?
What is setautocommit in jdbc?
Explain the two tier and three tier architecture of jdbc.
How do you determine the sensitivity of the ResultSet object?
Why do we use jdbc?
How to check jdbc connection in java?
Why is odbc needed?
Explain what should be done when a SQL exception is raised?
What is ODBC and JDBC? How do you connect the Database?
What are dml and ddl?
What does executeupdate return in java?