Invoking a constructor from a method No, you cannot call a constructor from a method. The only place from which you can invoke constructors using “this()” or, “super()” is the first line of another constructor . If you try to invoke constructors explicitly elsewhere, a compile time error will be generated.1 Ağu 2019