Tuesday, March 10, 2009

What is the difference between a field variable and a local

Question :What is the difference between a field variable and a local
variable? (CoreJava)
Answer :A field variable is a variable that is declared as a member of a class. Alocal variable is a variable that is declared local to a method.

No comments: