1. 코딩 테스트 입문 개미 군단 직각삼각형 출력하기 세균 증식 : 비트 연산자? ~ a s.matches("[^aeiou]$")).toList(); ^ symbol: method toList() location: interface Stream 1 error * JDK 버전의 문제! 시작 시간이 지원하기 시작한 JDK 버전을 의미! 스트림을 활용해본 풀이 : 스트림 경험치 + 1 import java.util.ArrayList; import java.util.List; import java.util.stream.Collectors; class Solution { public String solution(String my_string) { List myStringList = new ArrayList(); ..