Java - Constructors
What does the
this keyword refer to in a Java class?this keyword refer to in a Java class?thisthis keyword always points to the current object instance inside a class.this = current object instance [OK]this means "this object" [OK]this with static contextthis refers to superclassthis is a local variable15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions