Search:

Type: Posts; User: Shivafeb17

Search: Search took 0.17 seconds.

  1. Replies
    2
    Views
    954

    Re: Simple Question

    Thank you....... :-)
  2. Replies
    2
    Views
    954

    Simple Question

    class Testing1{

    int a=10;

    void test1Methode(Testing1 testObj1){
    System.out.println(testObj1.a);
    }
    }

    class Testing2{
Results 1 to 2 of 2