Search:

Type: Posts; User: Madhushan

Search: Search took 0.25 seconds.

  1. Replies
    2
    Views
    1,181

    Re: Help me to understand this

    thank you Norm, Now i can understand whats going on.
  2. Replies
    2
    Views
    1,181

    Help me to understand this

    please explain whats going on this code..how to draw stack and heap diagram of this code


    class A {

    int i = 34;

    static A m(A a) {
    System.out.println(a.i);
    a.i++;
Results 1 to 2 of 2