system.out.println can be replace by slf4j+log in jdk1.4 `log.info()` is shorter than `System.out.println()` during debug.