The finally block public void method1() { FileInputStream aFile; try { aFile = new FileInputStream(...); int aChar = aFile.read(); //...