Java5 [JAVA] Exception Handling 1. Common Exceptions ArithmeticException: Something went wrong during an arithmetic operation; for example, division by zero. NullPointerException: You tried to access an instance variable or invoke a method on an object that is currently null. ArrayIndexOutOfBoundsException: The index you are using is either negative or greater than the last index of the array (i.e., array.length-1). FileNotFou.. 2019. 11. 20. 이전 1 2 다음