How many jdbc driver types are there?


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

Post New Answer

More JDBC Interview Questions

Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

0 Answers  


MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......

3 Answers  


What is the difference between jdbc and odbc?

0 Answers  


Is odbc an api?

0 Answers  


How is jndi useful for Database connection?

1 Answers  






What will happen when ResultSet is not closed?

1 Answers   CTS,


What is JDBC Driver interface?

0 Answers  


How can you tune SQL statements?

2 Answers   Wipro,


What is a statement?

0 Answers  


How to retrieve warnings in jdbc?

0 Answers  


What is Type-2 Driver and when this driver is used?

2 Answers  


What is a jdbc connection pool?

0 Answers  


Categories