Search:

Type: Posts; User: Madhushan

Search: Search took 0.07 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++;
  3. Replies
    1
    Views
    868

    Hi, Everyone..

    hi..I'm new member and also new to java..hope you will help me to learn java.
Results 1 to 3 of 3