[JAVA] String을 Boolean으로 변환하기 String test = "true" Boolean bbb = Boolean.parseBoolean(test); 필요할 때가 많은데 생각이 안나는 경우가 많음... JAVA 2019.09.05