i\'m new in java and i confused for below example
public class Test { int testOne(){ //member method int x=5; class inTest // local cl
this. is used to access members - a local variable is not a member, so it cannot be accessed this way when it's shadowed.
this.