Thursday, October 23, 2008

Local Variables (Objective 1.3)

Local (method, automatic, or stack) variable declarations cannot have access modifiers.
final is the only modifier available to local variables.
Local variables don't get default values, so they must be initialized before use.

No comments: