Archive | June 9th, 2012

Handling/Avoiding Null’s in Java using Guava versus Scala

June 9, 2012

2 Comments

There was a discussion about nulls in the latest episode of JavaPosse. Having been inspired from that discussion and with an urge to check out Google Guava library, I came across a way to handle Null’s in Guava which is very similar to the way Scala handles. Lets consider the Person class which is defined [...]

email