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 a datasource in java?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
How to rollback a JDBC transaction?
Describe how the jdbc application works.
How do you determine the sensitivity of the ResultSet object?
What does jdbc setmaxrows method do?
Why is jdbc used?
What is jsp and jdbc?
What is device controller?
What are the steps involved in establishing a connection using jdbc in java?
What is jdbc in dbms?
What is the advantage of namedparameterjdbctemplate?
What is new in JDBC 2.0?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
How does a custom RowSetReader get called from a CachedRowSet?