What is the role of class.forname while loading drivers?
Answer / Pranjal Gupta
The Class.forName() method in Java loads the specified JDBC driver class. It is used to register the driver with the JVM, making it available for use by the DriverManager.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is CLOB and BLOB datatypes in JDBC?
Give steps to connect to the db using jdbc?
what is connection pooling?
Difference between Generic Servlet and HTTP Servlet?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is the difference between triggers and procedures?
What does executequery return in java?
what is metadata and it's use?
What is the difference between jdbc and jndi?
How many ways that we can view a result set?
What is a PreparedStatement?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.