The C# using statement and suppressed exceptions compared to Java 7 try…with
4
Yesterday Java SE 7 was released. Last night I had the opportunity to play with some of it’s new features, including Java 7’s new “resource management” syntax. Of course, we have had this feature in C# for quite some time, but I Continue reading
