“This” Reference Flashcards

1
Q

reference to an object that is passed to any object’s nonstatic method.

A

this reference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

these are static methods that do not have a this reference because they have no object associated with them

A

Class methods

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  • ____. - are variables that are shared by every instantiation
    of a class.
A

Class variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A nonstatic ___ field’s value can be assigned a value in a constructor.

A

final

How well did you know this?
1
Not at all
2
3
4
5
Perfectly