throw1 JAVA 기초 테스트 4 11. 예외(Exception)를 해결하는 방법을 모두 기술하시오.① : ( try{ … } catch { … } 문 사용 )② : ( throws 사용 ) 12. Checked Exception 에 해당하는 클래스는 ? ( 2 )① RuntimeException② IOException③ ArithmeticException④ ArrayStoreException 13. 상황에 따라 예외를 발생시키는 키워드는 ? ( throw ) 14. 상속 관계에 있는 클래스 간의 생성자 호출시 에러가 발생하는 것은? ( 3 ) class A { private int no; public A() { } public A(int no) { this.no = no; }} class B extends A { private Str.. 2024. 10. 30. 이전 1 다음