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 |
What is meant by dao?
What are JDBC Best Practices?
Differentiate between a statement and a preparedstatement.
What is execute(), executeUpdate() and executeQuery() methods?
How many types of jdbc drivers are available?
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?
What is PreparedStatement?
What is drivermanager in jdbc?
What is database connection pooling? Advantages of using a connection pool?
Describe the steps needed to execute a sql query using jdbc.
PreparedStatement is a pre compiled statement but where it's pre compiled ?