Lol, lookup the 'this' keyword...
Sorry for double quote but, You are suposed to use this when you have a param of the same name not whenever you want.
Got a example????
EHm not sure if you are serious but eh i will post one:
public final class Example {
private String text;
public Example(String text) {
this.text = text;
}
}
Code is ugly since i did it on the quote but w.e