About Question enthuware.jwpv6.2.1097 :
Posted: Wed Dec 17, 2014 12:42 pm
Code: Select all
int sum = 0; //this shadows the instance variable, but it is not illegal.
thanks admin
Java Certification Resources and Java Discussion Forum
https://enthuware.com/forum/
Code: Select all
int sum = 0; //this shadows the instance variable, but it is not illegal.