I would like to use Class.newInstance() but the class I am instantiating does not have a nullary constructor. Therefore I need to be able to pass in constructor arguments. Is there a way to do this?
|
| ||||
|
feedback
|
| |||||
feedback
|
|
You can get other constructors with getConstructor(...). | ||||
|
feedback
|
|
Do not use Like other answers say, use | |||
|
feedback
|