Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Which of the following statement is false regarding the use of setAutoCommit() in JDBC
B) If the value is true each individual SQL statement is treated as a transaction and will be automatically committed right after it is executed.
C) once auto-commit mode is disabled, no SQL statements will be committed until you call the method commit explicitly
D) By default the JDBC call is in auto-commit mode.
Explanation: by default the JDBC call is in non auto-commit mode
Related Answered Questions
Related Open Questions