Name the new features added in jdbc 4.0.
No Answer is Posted For this Question
Be the First to Post Answer
Which package contains jdbc api?
What are the different types of drivers under jdbc?
Which jdbc driver type s is are the jdbc odbc bridge?
How to connect html page to database using jdbc?
How many ways that we can view a result set?
Describe odbc?
How do java applications access the database using jdbc?
What is jdbc connection interface?
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 are the measures to connect to the db using jdbc?
Why do we use jdbc?
Briefly tell about the jdbc architecture.