Answer Posted / karthik
Class.forName attempts to load the class whose name is
given in its only argument, and returns the Class instance
representing that class. In the
event that the Class could not be found, resolved, verified,
or loaded, Class.forName
throws one of several different Exceptions
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How can I retrieve a String or other object type without creating a new object each time?
Can I use JDBC to execute non-standard features that my DBMS provides?
What types of DataSource objects are specified in the Optional Package?
What are collection pools?
What are four types of JDBC driver?
What are the common jdbc exceptions?
What is the purpose of jdbc resultset interface?
How we store procedure in oralce for callable statements in jdbc
Why do we need jdbc api?
What are the main steps in java to make JDBC connectivity?
What is executeupdate in java?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What is the difference between ojdbc6 and ojdbc7?
Write a program JDBCcode forfetching student database with SQL.
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?