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
What are the steps to connect to a database in java?
How many types of jdbc drivers are there?
What is resultsetmetadata?
What is jdbc explain?
How can we execute stored procedures?
Explain about the Try Block?
How can we maintain the integrity of a database by using jdbc?
What is odbc jdbc?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Is jdbctemplate thread safe?
Can we return resultset in java?
What is jdbc thin client?
Is jdbc a framework?
How to connect html page to database using jdbc?
What is executequery in java?