Is it safe to use Apache commons-io IOUtils.closeQuietly?

The code should look like this regarding to the javadoc of closeQuietly(): BufferedWriter bw = null; try { bw = new BufferedWriter(new FileWriter(“test.txt”)); bw.write(“test”); bw.flush(); // you can omit this if you don’t care about errors while flushing bw.close(); // you can omit this if you don’t care about errors while closing } catch (IOException … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)