How a driver can be loaded?



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

Post New Answer

More JDBC Interview Questions

Does jpa use jdbc?

0 Answers  


Define preparedstatement.

0 Answers  


How we store procedure in oralce for callable statements in jdbc

0 Answers  


Is not bound in this context unable to find jdbc spring boot?

0 Answers  


What are the flow statements of jdbc?

0 Answers  






What are different parts of a url?

0 Answers  


How do I set properties for a JDBC driver and where are the properties stored?

0 Answers  


What is the use of jdbc?

0 Answers  


What do you mean by metadata and why we are using it?

0 Answers  


How to check jdbc driver version in websphere?

0 Answers  


Is jdbc part of j2ee?

0 Answers  


Why we use jdbc instead of odbc?

0 Answers  


Categories