Answer Posted / ganesan
1.Scroll forward and backward in a result set or move to a
specific row
2.Make updates to database tables using methods in the Java
programming language instead of using SQL commands
3.Send multiple SQL statements to the database as a unit,
or batch
4.Use the new SQL3 datatypes as column values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How MS-Access DB can be accessed over a network, using JDBC API?
What is resultset in jdbc with example?
How do I stop nullpointerexception?
What is com mysql jdbc driver?
Why “no suitable driver” error occurs?
Can we have foreign key reference to a non primary key column ?
What is jdbc driver?
Which interface handles transaction management in jdbc?
How to use JDBC API to call Stored Procedures?
Explain some new features available in jdbc 4.0?
What is two-phase commit in the database?
What is a JDBC 2.0 DataSource?
Name the types of jdbc drivers.
How can we retrieve data from the resultset?
What is phantom read and which isolation level prevents it?