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 is resultset in jdbc with example?
List the advantages of using datasource?
What is jdbc and why is it required?
Which package is used for jdbc application?
What is ojdbc14 jar?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What are the different types of locking in JDBC?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What is executeupdate in java?
What are the standard isolation levels defined by JDBC?
What is dburl?