Multiple Choice
A class that contains public methods that can change the data in the object of a class is called a/an:
A) mutable class
B) immutable class
C) invariant class
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The String class is a mutable class.
Q6: A main method can be placed inside
Q30: A static method is one that can
Q33: Static variables are often used:<br>A)in arithmetic expressions<br>B)to
Q34: All of these are methods of Java's
Q35: A condition that allows a programmer to
Q36: You may use methods of the Math
Q37: When used with objects,what is the equality
Q37: A copy constructor has _ parameters.<br>A)zero<br>B)one<br>C)two<br>D)three<br>
Q41: In a static method,you may use the