What are the 4 types of jdbc drivers?
No Answer is Posted For this Question
Be the First to Post Answer
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 data source in java?
What are the steps required to execute a query in jdbc?
What is difference between java.util.Date and java.sql.Date?
What are the methods which can verify the cursor particular position?
Can you define a foreign key, with a key from the same table?
What is Type-3 Driver and when this driver is used?
What is sqlwarning?
How can you make a connection?
What are the types of statements in jdbc?
What packages are used by jdbc?
What is jdbc and odbc?