Search:

Type: Posts; User: curmudgeon

Search: Search took 0.10 seconds.

  1. Re: What is the use of "this." and implicit parameters?

    Some clarification of the above, again this bit of code:



    public void someMethod() {
    System.out.println("bar is " + this.bar); // line (B)
    }

    is equivalent to
  2. Re: What is the use of "this." and implicit parameters?

    I feel that I understand the uses of *this* in Java programs, but for the life of me find it to be one of the hardest concepts to discuss with other people, that it is perhaps more abstract than...
Results 1 to 2 of 2