Answer Posted / sangeeta
There are 3 different type of transactions:
1)Autocommit(default)
2)Explicit
3)Implicit
| Is This Answer Correct ? | 24 Yes | 18 No |
Post New Answer View All Answers
What is the limitation of PreparedStatement and how to overcome it?
What is the use of JDBC DriverManager class?
How to use JDBC API to call Stored Procedures?
What is jdbc drivers in java?
How we store procedure in oralce for callable statements in jdbc
How can we store the file in the oracle database?
What is batch processing and how to perform batch processing in jdbc?
What is JDBC Driver interface?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Describe the steps needed to execute a sql query using jdbc.
Does sql allow null values ? Can we use it within where clause ?
How can I create a custom RowSetMetaData object from scratch?
What are the steps to connect to the database in java?
Explain the difference between resultset and rowset in jdbc
Does jdbc use odbc?