인프런 커뮤니티 질문&답변
작성자 없음
작성자 정보가 삭제된 글입니다.
제네릭
작성
·
534
0
HashMap<Character, Integer> a = new HashMap<Character, Integer>();
이랑
HashMap<Character, Integer> a = new HashMap<>();
는 무슨 차이인가요?
작성자 없음
작성자 정보가 삭제된 글입니다.
작성
·
534
0
HashMap<Character, Integer> a = new HashMap<Character, Integer>();
이랑
HashMap<Character, Integer> a = new HashMap<>();
는 무슨 차이인가요?