Is possible to open a connection to a database with exclusive mode with JDBC?


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

Post New Answer

More JDBC Interview Questions

Why “no suitable driver” error occurs?

0 Answers  


When does the result for an sql statement return null?

0 Answers  


What are the main steps in java to make JDBC connectivity?

0 Answers   UGC Corporation,


What is the execute method in java?

0 Answers  


What are collection pools?

0 Answers  


How can a java objects be stored in database?

3 Answers   IBM,


What is the fastest type of JDBC driver?

0 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 two-phase commit in the database?

0 Answers  


What is the difference between triggers and procedures?

1 Answers  


How is database middleware used to access legacy databases?

1 Answers  


Differentiate between a statement and a preparedstatement.

0 Answers  


Categories