Tuesday, November 29, 2011

What is class in class.forname()?

It is defined in java.lang package. And can be used to load driver or native code. For instance the following line is used to load and register the oracle thin dirver in the DriverManager class:
Category:JDBC Interview Questions

No comments:

Post a Comment