September 25, 2002
Class.forName() is evil...

Class.forName() is evil...

I guess I'll be looking at a couple of my things again...

Posted to Java by Simon Brunning at September 25, 2002 02:05 PM
Comments

what is this
Class.forName("jdbc:odbc:OdbcDriver");
i mean this for name is a method and we call this method to dynamically load class whose name is given in its argument and returns the class instance of that calss ..
we donot have to create an instance or object of this class
Is this right?could u expalin in simple words?

Posted by: gaurav on November 11, 2002 05:09 AM
Post a comment
Name:


Email Address:


URL:



Comments:


Remember info?