“This” Reference Flashcards
1
Q
reference to an object that is passed to any object’s nonstatic method.
A
this reference
2
Q
these are static methods that do not have a this reference because they have no object associated with them
A
Class methods
3
Q
- ____. - are variables that are shared by every instantiation
of a class.
A
Class variables
4
Q
A nonstatic ___ field’s value can be assigned a value in a constructor.
A
final