|
Advertisement
|
Forum posts by daniel mantel:1 page [ 1 ]
Posted in Java Answers Forum, Jul 17, 2002, 7:13 AM
Hi...Like someone says, take a look to reflection.You can ask from the user a abc.class (already compiled class).Use the Class.forName("abc") to "load" the desired class and then use the class.newInstace() to get an instance for this class.You better make the user to implement an interface you made so when you create the new instace you can...
1 page [ 1 ]
|