How a driver can be loaded?
Answer / 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 |
What are the main steps in java to make JDBC connectivity?
Give an example for getXXX method?
what is connection pooling?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
What is the use of dialect?
Does jdbctemplate use prepared statements?
How to check jdbc driver version in websphere?
What is the feature of jdbc v4?
What is executequery in java?
When you will get error like ?No suitable driver??
What does executeupdate return in jdbc?
What is statement and preparedstatement in java?