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
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What is type 4 jdbc driver?
What are devices?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What do you mean by odbc?
How to make updates to updatable result sets in jdbc?
What is the use of dialect?
Why do we need a jdbcrowset like wrapper around resultset?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
Where can I find ojdbc14 jar file?
What does jdbc do?
Why jdbc is used in java?
What is the different between ResultSet and RowSet?
Which is faster jdbc or odbc?
Why should we close database connections in java?