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
How can you load the drivers?
What is layer in communication?
What is the use of getGeneratedKeys() method in Statement?
What does jdbc do?
What is ojvm used for?
How do I know which jdbc driver to use?
What is isolation level? How to set it?
What are the factors that the jdbc driver performance depends upon?
Why do we need jdbc api?
Explain how to make updates to the updatable resultsets.
What is jdbc odbc driver?
What is JDBC DataSource and what are it’s benefits?
How does jdbc work?
Describe odbc?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?