make global variables java code example Example: global variable in java public class Example { public static int a; public static int b; }