create global java code example Example: java how to make a variable global public class Example { public static int a; public static int b; }