Search:

Type: Posts; User: jassi

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,443

    Re: Object as Reference not working

    HI..Can u please tell me the link from where i can see a solution on oracle forums

    Thnks
  2. Replies
    4
    Views
    1,443

    Object as Reference not working

    public class GG{

    public static void main(String[] args) {
    Integer i = new Integer(10);
    System.out.println("Before Call:"+i);
    change(i);
    System.out.println("After Call:"+i);

    }
Results 1 to 2 of 2