Getting a Constructor of a Class Object There are two ways of obtaining a Constructor object from a Class object. // By obtaining a list of all Constructors object. Constructor[] cons = cls.getDeclaredConstructors(); for (int i=0; i