SyntaxFix
Write A Post
Hire A Developer
Questions
Of course Primitive types cannot be null. But in Java 8 you can use Objects.isNull(longValue) to check. Ex. If(Objects.isNull(longValue))