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 PMwhat 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?