Which interface handles transaction management in jdbc?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

Can you create an index on sex column where there is M or F?

1 Answers   Wipro,


What are the Isolation level in JDBC transaction?

1 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


What is jdbc and its types?

0 Answers  


What do you mean by metadata and why we are using it?

0 Answers  






Which database is used for java?

0 Answers  


How can you load the drivers in jdbc?

1 Answers  


Difference between Generic Servlet and HTTP Servlet?

13 Answers  


Are all the required JDBC drivers to establish connectivity to my database part of the JDK?

0 Answers  


What does Class.forName return?

8 Answers   IBM,


How to insert an image or raw data into database?

0 Answers  


What is JDBC Batch Processing and what are it’s benefits?

0 Answers  


Categories