nagarajsv3/app-nsv-advanced-java
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Exceptions Types 1. Checked Exceptions - CompileTime Exceptions : Ex : FileNotFoundException 2. Unchecked Exceptions - Runtime Exceptions : Ex : NullPointerException , ArrayIndexOutOfBoundException Checked/CompileTime Exception handling using try catch block Read a File using BufferedInputStream readFileUsingBufferedInputStream()