| Author |
Class.forName vs Class literal
|
A Kumar
Ranch Hand
Joined: Jul 04, 2004
Posts: 973
|
|
Hi all, Whats the difference between what a Class Literal does and the method..Class.forName(...) does..? Where do we make use of them...? Tx
|
 |
Rick O'Shay
Ranch Hand
Joined: Sep 19, 2004
Posts: 531
|
|
You could not do this with a literal class.
|
 |
 |
|
|
subject: Class.forName vs Class literal
|
|
|