what exactly happens when we execute
"Class.forname("Driver class name");"?Explain indetail
Answer Posted / shital
Class is a predefined class & foreName is a static method
to load the driver for connectivity
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is connection data?
Describe the steps needed to execute a sql query using jdbc.
How do I connect to jdbc?
Explain jdbc savepoint?
What is executeupdate in java?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is the fastest type of JDBC driver?
What is xe in oracle jdbc url?
How do I start debugging problems related to the JDBC API?
What is jdbc in java?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
How to insert an image or raw data into database?
What does jdbc stand for?
What do you understand by jdbc datasource?
Is there another way of dealing with the result set that could execute faster?