| Author |
difference between creating instance of a class and using class.forname()
|
Pavan Rao
Greenhorn
Joined: Apr 11, 2008
Posts: 9
|
|
|
can anyone tell difference between creating instance of a class and using class.forname()
|
 |
Rajkamal Pillai
Ranch Hand
Joined: Mar 02, 2005
Posts: 434
|
|
Hi, Class.forName() will get you a Class object and not an instance of the class as is the case using the new operator. Cheers, Raj.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32694
|
|
"sdg amlock" please read the important administrative private message I have just sent you. CR
|
 |
 |
|
|
subject: difference between creating instance of a class and using class.forname()
|
|
|