Why isn't the java.sql.DriverManager class being found?



Why isn't the java.sql.DriverManager class being found?..

Answer / Hansraj Meena

The 'java.sql.DriverManager' class might not be found due to missing or incorrect JDBC driver implementation on your classpath. Ensure that you have included the required JAR file(s) of your database's JDBC driver in your project's classpath.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is meant by dao?

1 Answers  


What are JDBC Best Practices?

1 Answers  


Differentiate between a statement and a preparedstatement.

1 Answers  


What is execute(), executeUpdate() and executeQuery() methods?

10 Answers  


How many types of jdbc drivers are available?

1 Answers  


Can we make a database connection from HTML ?

6 Answers   Aptech, BOB Technologies, Cap Gemini, Wipro,


How can I manage special characters when I execute an insert query?

1 Answers  


What is PreparedStatement?

6 Answers   Infogain, Wipro,


What is drivermanager in jdbc?

1 Answers  


What is database connection pooling? Advantages of using a connection pool?

1 Answers  


Describe the steps needed to execute a sql query using jdbc.

1 Answers  


PreparedStatement is a pre compiled statement but where it's pre compiled ?

4 Answers  


Categories