What is jdbc driver manager?
No Answer is Posted For this Question
Be the First to Post Answer
What are the standard isolation levels defined by JDBC?
What is statement and preparedstatement in java?
What is odbc and jdbc?
What does the jdbc resultsetmetadata interface?
What is resultset in jdbc with example?
What is jdbc connection class?
How can I get information about foreign keys used in a table?
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 jdbc drivermanager class?
What is jdbc and jpa?
Is jdbc connection secure?
What is odbc jdbc?