How a driver can be loaded?

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


Please Help Members By Posting Answers For Below Questions

What is DML?

572


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

514


What are types of resultset?

556


What is a jdbc url?

462


How do I check in my code whether a maximum limit of database connections have been reached?

581






How do java applications access the database using jdbc?

527


How to connect multiple database in jdbc?

489


Explain what should be done when a SQL exception is raised?

550


What do you understand by DDL and DML statements?

504


What is the most common example type 1 driver?

594


What is batch processing and how to perform batch processing in jdbc?

510


Which package is used for jdbc application?

514


What is jdbc and jdbc drivers?

502


What does executequery return in java?

509


What are the types of jdbc drivers that exist?

537