1. JVM 과 컴파일러 compiler : 인간이 쓰는 자연어를 컴퓨터가 아는 기계어 (010101 이진법) 로 번역해주는게 컴파일러 JVM과 컴파일러 compiler 는 동일하지 않을 수 있다 - JVM : 기계어(바이트코드)를 아는 애. (하드웨어 H/W 에게 말 전해줌) - 컴파일러 : 고차원 언어를 저차원 언어 -기계어- 로 변경해주는 애 2. 클래스 AbstractCollection : 공용추상 클래스 https://docs.oracle.com/javase/8/docs/api/java/util/AbstractCollection.html AbstractCollection (Java Platform SE 8 ) Ensures that this collection contains the specif..