What is in terms of jdbc a datasource?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the steps in writing a java program using jdbc?
What is JDBC DataSource and what are it’s benefits?
What is jdbc driver in java?
JDBC Drivers properties?
what are design patterns?
What are the differences between statement and preparedstatement interface?
Which interface handles transaction management in jdbc?
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 ?");
Briefly tell about the jdbc architecture.
Write an sql to find all records having all numeric characters in a field ?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What is in term of jdbc a datasource?