A variable that is used to reference an object is commonly called a(n) ____________.

a. reference variable
b. object variable
c. class variable
d. Boolean variable


a. reference variable

Computer Science & Information Technology

You might also like to view...

Which of the following statements is valid?

a. int i = new int(30); b. double d[] = new double[30]; c. int[] i = {3, 4, 3, 2}; d. char[] c = new char(); e. char[] c = new char[4]{'a', 'b', 'c', 'd'};

Computer Science & Information Technology

The _____ includes provisions to combat cyberterrorism, including protecting ISPs against lawsuits from customers for revealing private information to law enforcement agencies.

A. ?Computer Fraud and Abuse Act B. ?U.S. SAFE WEB Act C. ?Homeland Security Act D. ?American Recovery and Reinvestment Act

Computer Science & Information Technology

If you create a new comment inside of a previous comment, C1 will display following the reviewer's initials

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____ bar located below the Document window provides additional information about the document you are creating.

A. property B. document C. status D. tag

Computer Science & Information Technology