public class Get { public static void main (String args[]) { StaticExample ex = new StaticExample(); ex.getNumber(); } }