When two references point to the same object, ________________________________

a) a run-time error will occur.
b) a compiler error will occur.
c) the references are called aliases of each other.
d) the object will be marked for garbage collection.
e) the references are called null references.


c) the references are called aliases of each other.

Computer Science & Information Technology

You might also like to view...

In the NTFS file system, how many versions of a file name are maintained?

a. Just one. The file name issued by the user. b. Two. The file name given by the user along with an MS-DOS compatible version of that name. c. Just one. A 64-bit value that represents the name in the registry. All other names seen by the user are "virtual". d. Three. The user name, an MS-DOS compatible name, and a 64-bit value assigned by the OS.

Computer Science & Information Technology

A(n) ________ provides a SharePoint developer with a beginning set of tools and a layout for a site or workspace

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following appears once at the bottom of each page in a form or report?

A) Form or Report Page Header B) Form or Report Footer C) Form or Report Page Footer D) Form or Report Header

Computer Science & Information Technology

When you assign a default value to a parameter, it then becomes a(n) ____.

A. named parameter B. static parameter C. method parameter D. optional parameter

Computer Science & Information Technology