Primitives in Java can never be null, so that statement does not make sense conceptually. However, the wrapper classes (Integer, Character, etc.), as well as any other instantiable class can be null.
Besides that fact, there isn't any short-hand syntax for a null coalescing operator. You must use the expanded form.