What are different types of transactions?
Answers were Sorted based on User's Feedback
Answer / sangeeta
There are 3 different type of transactions:
1)Autocommit(default)
2)Explicit
3)Implicit
| Is This Answer Correct ? | 24 Yes | 18 No |
Answer / shir
i need to know all kind of transactions like
buyback,roility etc.
thanks shir
| Is This Answer Correct ? | 0 Yes | 7 No |
What is database deadlock ?
What is the advantage of namedparameterjdbctemplate?
How are jdbc statements used?
How does jdbc driver work?
What happens if connection is not closed in jdbc?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Can we return resultset in java?
List the advantages of using datasource?
What is represented by the connection object?
What is jdbc and why is it required?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What happens if we don't close the connection in jdbc?