Loading a class by its name MyClass.class - is this possible?
Posted
by jax
on Stack Overflow
See other posts from Stack Overflow
or by jax
Published on 2010-05-16T07:46:35Z
Indexed on
2010/05/16
7:50 UTC
Read the original article
Hit count: 150
java
It is possible to load a class given a String and its name? ie "MyClass.class"
Further, is it possible to pass parameters to the constructor using this method?
© Stack Overflow or respective owner