[Student] interface 분리, ArrayList<>로 배열 수정
·
◈ Human Project/Custom : Student🏫
[Student] Exception 적용(RangeException, NumberFormatException) 로 배열 수정" data-og-description="1. interface 분리 package service; public interface StudentService { void list(); void register(); void modify(); void remove(); } 2. ArrayList로 배열 수정 -.. yermi.tistory.com