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 jdbc?
Does sql allow null values ? Can we use it within where clause ?
What are the main steps in java to make JDBC connectivity?
What is xe in oracle jdbc url?
How many types of statements are there in jdbc?
What is JDBC API and when do we use it?
What are the advantages of using preparedstatement in java?
How to get the Database server details in java program?
What do you understand by jdbc datasource?
What is @entity in java?
What are the jdbc api components?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is transaction processing in jdbc?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is executeupdate in java?