Why does the code below return false for long3 == long2 comparison even though it\'s literal.
public class Strings { p
You could also get the primitive value out of the Long object using:
str.longValue()