Hi!
I have several classes, which inherited the same class and implemented the same interface. And now I want to define in runtime, which instance is created (the name of the class is given in a setting -file).
How I do it? Is there 'Class.forName("xxx"' -thing or that...
br.
Juha Ka
I have several classes, which inherited the same class and implemented the same interface. And now I want to define in runtime, which instance is created (the name of the class is given in a setting -file).
How I do it? Is there 'Class.forName("xxx"' -thing or that...
br.
Juha Ka