Search:

Type: Posts; User: tornado

Search: Search took 0.07 seconds.

  1. Re: How many instances of class A does the following code create

    i think we have 2 instance right ??
  2. How many instances of class A does the following code create

    How many instances of class A does the following code create ??

    A x, u, v;
    x=new A();
    A y=x;
    A z=new A();
  3. Replies
    3
    Views
    1,301

    Re: Which of the following propositions is true

    a true
    b false
    b false
    b false

    (a) because as i read java only can extend one class and implement many interfaces
    (b) some help plz
    (c) some help plz
    (d) some help plz
  4. Replies
    3
    Views
    1,301

    Which of the following propositions is true

    hello please who can help me in this question

    Which of the following propositions is true ?? and if false why it false ?

    (a) A class can implement many interfaces but must extend a single...
Results 1 to 4 of 4