DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Google collections api an introduction

1. By Jitendra Gosain Google Collections API 2. Introduction What is Google Collections API? Its a utility API. Its an extension to the Java Collections API. Its a set of…

Technology Effective C#

.NET Conference 2015 Leo Antoli @lantoli Effective C# .NET Conference 2015 Y A X B #dotNETSpain2015 #dotNETSpain2015 2/16/2015 6:59 PM 2 © 2014 Microsoft Corporation.…

Technology Scala vs Java 8 in a Java 8 World

1. Scala in a Java 8 World 2. Takeaways •  Why Scala? •  Scala still relevant in Java 8 world? 3. What do we need in a language? 4. Developers should start thinking…

Documents Parameterized Unit Testing

* Parameterized Unit Test Parameterized Unit Tests serve as specifications can be leveraged by (automatic) test input generators fit in development environment, evolve with…

Documents Not overriding equals what happens if you do not override equals for a value type class? all of...

Utilities Not overriding equals what happens if you do not override equals for a value type class? all of the Java collections will fail in confusing ways 1 Not overriding…