howw to define a variable to have global scope in java code example
Example: java how to make a variable global
public class Example {
public static int a;
public static int b;
}
public class Example {
public static int a;
public static int b;
}