create global variable in java which can be accessed in whole project 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;
}