java null check ternary code example Example: ternary operator in java for null check String value = object != null ? object.getValue() : null;