ocajp 자격증 (Oracle Certified Associate Ja
자바 ocjap 문제 및 해설 - Exception
xemaker
2020. 2. 23. 20:20
20
Which three are advatages of the Java exception mechanism? (Choose three.)
A. Improves the program structure because the error handing code is separated from the normal program function
B. Provides a set of standard exceptions that covers all the possible errors
C. Improves the program structure because the programmer can choose where to handle exceptions
D. Improves the program structure because exceptions must be handled in the method in which they occurred
E. Allows the creation of new exceptions that are tailored to the paticular program being created
정답: ACD