public class demo { public static void main(String[] args) { System.out.println(x); } static int x = 1234; }