Java - Constructors
Which of the following is the correct syntax to refer to an instance variable named
value using this keyword?value using this keyword?this is this.variableName.->) is not used in Java, and reversing order is incorrect.this.value [OK]this.variable [OK]this->valuevalue.this15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions