What is the role of class.forname while loading drivers?
No Answer is Posted For this Question
Be the First to Post Answer
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is drivermanager in java?
How do you debug PL/SQL code?
What is jdbc odbc driver?
How can I create a custom RowSetMetaData object from scratch?
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 jdbc odbc bridge in java?
Why do we need jdbc?
What is difference between statement and preparedstatement in jdbc?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What types of DataSource objects are specified in the Optional Package?
How to handle when the database crashes while reading the data from the database?