problem with class.forname

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #1

    problem with class.forname

    can't i load a class with call the particular constructor using class.foename
    as we do class_name class_var = new class_name(some _values)
    plz help me
    thanks in advanced
  • heat84
    New Member
    • Nov 2007
    • 118

    #2
    Loading a class and creating a reference to an object are two different operations altogether which are needed in different scenarios.What do you want to do with class.forname.. ?

    Comment

    Working...