Name the new features added in jdbc 4.0.
No Answer is Posted For this Question
Be the First to Post Answer
What is a statement?
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 the role of class.forname while loading drivers?
What is jdbc databasemetadata interface?
What is a jdbc connection?
What is the exception thrown by JDBC ?
What is Statement and PreparedStatement? whatz the difference?
Jdbc-odbc bridge is multi-threaded or not?
How to rollback a JDBC transaction?
Is jdbc a web technology?
What is phantom read and which isolation level prevents it?
What are the different types of interfaces in the api component?