How many MarkList instances are created in memory at runtime?

Given:

How many MarkList instances are created in memory at runtime?
A. 1
B. 2
C. 3
D. 4

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “How many MarkList instances are created in memory at runtime?

  1. A is correct answer
    bcs we have just one instance in the memory pointed by two references , and the last one points to null

  2. The correct answer is A.

    obj1 points a new MarkList instance. obj2 points to obj1, and obj3 points to null, neither of which point to a new MarkList instance.

    3
    1

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.