This tutorial demonstrate the difference between the local and the class variable.
This tutorial demonstrate the difference between the local and the class variable.The class variable are declared in the class but not within methods of any class. Whereas the local variable exits within the methods of any class. Below two program are shown which help you to understand the difference between the class and local variable.
public class LocalVar {
|
public class ClassVar {
|