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
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
How many jdbc driver types are there?
What protocol does jdbc use?
How can I determine the isolation levels supported by my DBMS?
What is executequery in java?
What are the measures to connect to the db using jdbc?
What is jdbc in java?
What is correlated subquery?
What is the purpose of jdbc?
Which database is used for java?
How to get the Database server details in java program?
What is the return type of class.forname() method?
What is metadata in jdbc?
What is a statement?
What is JDBC Batch Processing and what are it’s benefits?