Originally posted by Ron Newman:
p starts out with its default value (0). Line 2 is not a "forward reference" because it comes after line 1 in the source code.
Thanks Ron. So how about final static variables, will they get a default value also? The following works, but does this mean that the value of final static variable can be changed?