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
Why resultset is used in java?
What are the new features added to JDBC 4.0?
What are the basic exceptions in jdbc?
What is a java driver?
Why should we close database connections in java?
What does the jdbc resultset interface?
How can we retrieve the file in the oracle database?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What are the different types of statements in jdbc?
What is com mysql jdbc driver?
What are the components of jdbc?
Explain what should be done when a SQL exception is raised?
What are the factors that the jdbc driver performance depends upon?
How a database driver can be loaded with jdbc 4.0 / java 6?
What are the higher level apis under development on top of jdbc currently?