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:

JDBC vs HibernateJDBC vs JPAJDBC 3.0 vs JDBC 4.0