public class MainClass { static boolean b; public static void main(String[] argv) { System.out.println(b); } }
false