Is there a way to create an instance of a particular class given the class name (dynamic) and pass parameters to its constructor.
Something like:
Obj
You want to be using java.lang.reflect.Constructor.newInstance(Object...)