What is JDBC Transaction Management and why do we need it?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of the statement in jdbc?
Is jdbc object oriented?
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 ?");
How many jdbc driver types are there?
What are the Isolation level in JDBC transaction?
What is database null and Java null?
Can you create an index on sex column where there is M or F?
State the three different ways in which you can create a table?
What is jdbc odbc bridge?
Does jdbctemplate use prepared statements?
What types of DataSource objects are specified in the Optional Package?
What is odbc. how is it related to sql cli?