What are the sailent features of JDBC 2.0?

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


Please Help Members By Posting Answers For Below Questions

What is the benefit of having jdbcrowset implementation?

527


What does setautocommit do?

544


How can we retrieve data from the resultset?

539


What is jdbc explain?

484


What are the steps involved in establishing a connection using jdbc in java?

508






Can we return resultset in java?

464


What is jdbc drivers in java?

489


Name the method, which is used to prepare a callablestatement.

494


Does JDBC support stored procedures?

549


What is meant by connection string?

545


Is jdbc a web technology?

486


Which jdbc drivers will run your program?

500


What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?

470


What is the JDBC syntax for using a literal or variable in a standard Statement?

555


Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?

514