Java - Constructors
In Java, what does the
this keyword refer to when used inside a non-static method?this keyword refer to when used inside a non-static method?thisthis keyword is used inside instance methods or constructors.this points tothis always points to the current object [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions