how to call method from constructor in java code example
Example: calling this in constructor java
In Java another constructor of the same class can be called from a
constructor via this().
Note however that this has to be on the first line.
In Java another constructor of the same class can be called from a
constructor via this().
Note however that this has to be on the first line.