What is the function of drivermanager class?


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

Post New Answer

More JDBC Interview Questions

What is jdbc and jdbc drivers?

0 Answers  


What is db client?

0 Answers  


List the advantages of using datasource?

0 Answers  


What is JDBC?

3 Answers   Akamai Technologies,


What are the methods which can verify the cursor particular position?

0 Answers  






RowSetInternal caller and returns void. What can I do in the readData method?

0 Answers  


What is the full form of jdbc?

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  


Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?

0 Answers  


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

0 Answers  


What is ODBC and JDBC? How do you connect the Database?

0 Answers  


What is the use of getGeneratedKeys() method in Statement?

0 Answers  


Categories