boolean 참과 거짓을 표현하는 데이터 타입 boolean 자체로는 큰 호용이 없지만 반복문, 조건문과 만나면 폭발적 효과를 낸다. public class BooleanApp { public static void main(String[] args) { System.out.println("One"); System.out.println(1); System.out.println(true); System.out.println(false); String foo = "Hello world"; // String true = "Hello world"; reserved word System.out.println(foo.contains("world")); System.out.println(foo.contains("eg..