What do you mean by two phase commits?
No Answer is Posted For this Question
Be the First to Post Answer
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 ?");
What is a statement in java?
What is the function of setautocommit?
Stored procedure purpose?
Is jdbc connection secure?
what is the current version of JDBC? and explain its features?
write down exceptions those appear in java programs when u write JDBC Programs?
What is the difference between client and server database cursors?
what is callable statement?
Which type of driver provides jdbc access via one or more odbc drivers?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is Apache DBCP API?