\-Map은 키와 값으로 구성된 Entry객체를 저장하는 구조를 가지고 있는 자료구조\-Hash 이름처럼 대용량 데이터를 다루기에 적합■ HashMap 선언하기HashMap<String, String> map = new HashMap<String,String