Unit 10 : Exception handling java programming
Exception Handling Error occurred in a program can be of two types: syntax error or logical error. An exception is an abnormal condition that arises in a code sequence at run time. In other words, an exception is a run-time error. A Java exception is an object that describes an exceptional (that is, […]
Continue Reading