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?

8 Answers
8

Leave a Reply

Your email address will not be published. Required fields are marked *