Multiple Choice
What is the purpose of the assignment operator?
A) to check for inequality
B) to check for identity
C) to check for equality
D) to change the value of a variable
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: What do object variables store?<br>A)objects<br>B)classes<br>C)object references<br>D)numbers
Q33: Which of the following is a mutator
Q34: What is an object?<br>A)A sequence of instructions.<br>B)Any
Q35: What terminology describes a method that returns
Q36: In Java, a(n) _ specifies the kind
Q38: Assuming the following Java statement:<br>int num =
Q39: Which method could you use to obtain
Q40: Which statement about methods is true?<br>A)A method
Q41: Based on the following code, which of
Q42: What is a storage location in the