Monday, 13 February 2012

What is the difference between a field variable and a local variable? | Core Java

A field variable is a variable that is declared as a member of a class. A local variable is a variable that is declared local to a method.

No comments: