Answer Posted / samsudeen
the Driver is Loaded using Class.forName
For Ex : I Load the mysql Driver
Class.forName("org.gjt.mm.mysql.Driver");
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where jdbc drivermanager class is used?
What are different types of JDBC Drivers?
Is jpa faster than jdbc?
What are the different types of resultset?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
Where is mysql jdbc driver located?
What is jdbc driver manager?
What is an encrypted internet connection?
When do we get java.sql.SQLException: No suitable driver found?
What is a jdbc connection pool?
How to use JDBC API to call Stored Procedures?
Can resultset be null in java?
What is metadata in jdbc?
What are the different types of statements? How we can you use preparedstatement.
Write an sql to find all records having all numeric characters in a field ?