what exactly happens when we execute
"Class.forname("Driver class name");"?Explain indetail
Answer Posted / prabhakaran
Class is a predefined class and forName is the static
method of the class which is used to load the driver
dynamically in the client machine at runtime
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is java a database?
Which jdbc driver type s is are the jdbc odbc bridge?
What is jdbc type?
Explain what should be done when a SQL exception is raised?
Can we return resultset in java?
How to move the cursor in scrollable resultset ?
What are the jdbc statements?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
How do I receive a ResultSet from a stored procedure?
Why hibernate is better than jdbc?
Does sql allow null values ? Can we use it within where clause ?
What is jdbc and jpa?
Explain the difference between resultset and rowset in jdbc
What driver should I use for scalable Oracle JDBC applications?
What is difference between jdbc and odbc?