Uncover your misconceptions by answering conceptual questions
Conceptual Self-Check
Language:
Java
Concepts: Mutability Answer 5 Concept Questions
In Java:
An object referred to by a final variable is an immutable object
An object referred to by a final variable is an immutable object
I am not sure what's right.
In Java:
An object referred to by a final variable can be a mutable object
An object referred to by a final variable can be a mutable object
In Java:
Immutable classes need final constructor/method parameters
Immutable classes need final constructor/method parameters
I am not sure what's right.
In Java:
Immutable classes can have constructor/method parameters that are not final
Immutable classes can have constructor/method parameters that are not final
In Java:
A class where all fields are private can still be mutable
A class where all fields are private can still be mutable
I am not sure what's right.
In Java:
A class where all fields are private is immutable
A class where all fields are private is immutable
In Java:
A private field cannot be changed
A private field cannot be changed
I am not sure what's right.
In Java:
Even a private field can be mutable
Even a private field can be mutable
In Java:
One cannot assign to this
One cannot assign to this
I am not sure what's right.
In Java:
One can assign to this
One can assign to this