Answer Posted / shahnawaz sheikh
If AutoCommit is off, then any update or insert operation
perforned on database will not be reflected just after the
query is executed.Though the operation has been
successfully completed.
We will have to commit the transaction manually, to view
the incurred changes.
This also keeps user on the safer side, if some
undesirable row has been inserted,updated or deleted in the
database then it can be rollback.
While if the AutoCommit is on any update,insert or delete
are at once reflected onto the database.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Difference between method overloading and method overriding in java ?
Explain what access modifiers can be used for methods?
Difference between java and javascript
How does singleton class work?
explain the difference between jdk and jvm?
What is java reflection api?
What does isempty () do in java?
What are the types of web technologies?
What are the features of junit?
which pattern is default in scanner package?
Can we write any code after throw statement?
How do I enable java in safari?
Can you extend singleton class?
How do you allocate memory to object?
What is update method called?