hi
Here " q" is a final variable and when it is assigned by the value 1,how come it is blank variable.And final variables can't be reassigned as they are final but in 1st constructer i=1 and in second constructer we are assinging i =x(i.e whatever the x value is,may be 2,3,4..)though i=1 already so it is opposing the final's rules.
please explain.
shweta