Answer Posted / prashant
Class.forNmae first loads the class in current classLoader so as to use that in future. Internally DriverManager gets the reference of the driver by using dynamic laoding (nothing is magical) this is is the reason when you say manager.GetConnection() it returns connection using the loaded driver
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is jdbc part of j2ee?
How does a file store compare with a jdbc store?
What are devices?
What is a jdbc connection pool?
How many jdbc driver types are there?
How are jdbc statements used?
How do I find jdbc version?
What is the full form of jdbc?
When do we use execute method in java jdbc?
What is meant by jdbc and odbc?
What are the packages are used in jdbc?
What is the return type of class.forname() method?
Why are we using blob datatypes in jdbc?
How can I connect mysql or oracle with java?
Is there another way of dealing with the result set that could execute faster?