Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

JDBC Interview Questions and Answers

Test your skills through the online practice test: JDBC Quiz Online Practice Test

Related differences

Ques 26. What is the advantage of denormalization?

Data denormalization is reverse procedure, carried out purely for reasons of improving performance. It maybe efficient for a high-throughput system to replicate data for certain data.

Is it helpful? Add Comment View Comments
 

Ques 27. How do you handle your own transaction?

Connection Object has a method called setAutocommit ( boolean flag) . For handling our own transaction we can set the parameter to false and begin your transaction . Finally commit the transaction by calling the commit method.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

©2024 WithoutBook
JDBC vs HibernateJDBC vs JPAJDBC 3.0 vs JDBC 4.0