Tag Archives: switch

My take on Java 7 features

No wonder the features look quite impressive indeed. Use of “String” in switch statement was long due! 🙂 InvokeDynamic is also a very useful feature. I have been using C# for quite some time and InvokeDynamic has certainly saved lot of time and improved readability of the code. 1) var foo = new List<int>(); 2) […]

0