How a database driver can be loaded with jdbc 4.0 / java 6?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

What is the major difference between java.util.date and java.sql.date data type?

0 Answers  


What are the sailent features of JDBC 2.0?

7 Answers  


What will happen when ResultSet is not closed?

1 Answers   CTS,


How can you make the connection using jdbc?

0 Answers  


What is jdbc oracle thin?

0 Answers  


What is layer in communication?

0 Answers  


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 ?");

2 Answers  


Which type of driver provides jdbc access via one or more odbc drivers?

0 Answers  


What is jdbc template?

0 Answers  


What causes no suitable driver error?

0 Answers  


How to check jdbc driver version in sql server?

0 Answers  


What are 4 drivers available in JDBC? At what situation are four of the drivers used?

0 Answers  


Categories