class X { public static void main(String[] args) { boolean _user = true; String user = "foo"; System.out.println(_user + " " + user); } }