Home Feedback Other Books Previous Day Next Day
Certification answer: Answer (c) is correct. There are two variables named i in the AyeAye class: an instance variable that has an initial value of 40 and a variable defined inside the setMethod() class that has an initial value of 20. The latter is used to set the value of the j variable in the statement j = i + 1.
Answers (a), (b), and (d) are incorrect.