What does jdbc do?
No Answer is Posted For this Question
Be the First to Post Answer
What is represented by the connection object?
What is the benefit of having jdbcrowset implementation?
how many JDBC drivers ?name them?
What is the use of statement in jdbc?
Is jdbc faster than odbc?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
What is jdbc thin client?
Why is jdbc used?
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 namedparameterjdbctemplate?
Why do we need a jdbcrowset like wrapper around resultset?
When do we get java.sql.SQLException: No suitable driver found?