What do you understand by jdbc datasource?
No Answer is Posted For this Question
Be the First to Post Answer
Give an example for getXXX method?
What is the latest version of JDBC? What new features are added?
What are the three parts of a jdbc url?
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 a jdbc driver and how many jdbc drivers are available?
What is ojvm used for?
What do you mean by odbc?
how can we connect to db without using getConnection() method
Explain the difference between resultset and rowset in jdbc
How many packages are available in jdbc api?
What is the purpose of the jdbc resultset interface?
What is a java driver?