korhan-Ö
11/5/2016 - 9:28 AM

#Console Operations

private static final Logger LOGGER = Logger.getLogger(LoggerExample.class.getName());
    LOGGER.info("Logger Name: "+LOGGER.getName());
    LOGGER.warning("Can cause ArrayIndexOutOfBoundsException");
Scanner scanIn = new Scanner(System.in);
        int secim = scanIn.nextInt();
        scanIn.close();