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
Discuss the procedure of retrieving warnings?
What is jdbc type?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What does executeupdate return in jdbc?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
Where is jdbc url mysql?
What happens if connection is not closed in jdbc?
What is addbatch jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Explain the life cycle of jdbc.
Is jdbc object oriented?
Why prepared statements are faster?
What is jdbc databasemetadata interface?
How are jdbc statements used?
List the common jdbc exceptions ?