Hey guys, am I allowed to do this? try (OutputStream os = null) { os = openOutputStream(); } catch (Exception e) { \\ Handle exception } And be safe about the resour...
What do you mean using lambda?