Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Class.forName()

843854Aug 4 2004 — edited Aug 4 2004
Hi All,

When we use JDBC ODBC bridge drive we generally use Class.forName("sun.jdbc.odbc.......") to basically load the driver class and then we can use this driver.

When we use any other class object we don't use Class.forName() method and we can directly use the object of the class.

Why is it so?

Please help me out.

Thanks

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 1 2004
Added on Aug 4 2004
1 comment
77 views