Printable View
Can anyone explain me what does the method this() do here? Code Java: public SInterface() { this("."); } Thanks.
public SInterface() { this("."); }
See the following: Using the this Keyword (The Java™ Tutorials > Learning the Java Language > Classes and Objects)