Answer Posted / narender
JDBC 2.0 features:
PreparedStatements
CallableStatement
ScrollableResultSet
Executing Batch Statements
Transactions
ResultSetMetaData
Lobs (Blob & Clob)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What is difference between statement and preparedstatement in jdbc?
What is the use of jdbc api?
How can we store and retrieve images from the database?
How to connect multiple database in jdbc?
What is an escape syntax?
Why do we need jdbc?
What is JDBC PreparedStatement?
Is odbc an api?
What is jdbc drivers in java?
What are the functions of the jdbc connection interface?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is JDBC Statement?
What is url in jdbc connection?
What should be done for auto generating primary key id in a table ?