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